ulib/.editorconfig

11 lines
234 B
INI
Raw Normal View History

2024-03-23 19:57:13 -04:00
# EditorConfig is awesome: https://editorconfig.org/
2015-11-08 15:50:04 -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