ulx/.editorconfig

11 lines
234 B
INI
Raw Permalink Normal View History

2024-03-23 20:04:24 -04:00
# EditorConfig is awesome: https://editorconfig.org/
2015-11-08 15:49:48 -05:00
# 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