ulib/.editorconfig
2024-03-23 18:03:27 -06:00

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