mirror of
https://github.com/TeamUlysses/ulib.git
synced 2025-03-04 03:03:13 -05:00
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
|