forked from TeamUlysses/ulx
11 lines
234 B
INI
11 lines
234 B
INI
# EditorConfig is awesome: https://editorconfig.org/
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|