Files
macos-system/.editorconfig
T. R. Bernstein 6f4e21344a Add EditorConfig
2024-07-03 00:50:52 +02:00

9 lines
141 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
ident_style = tab
tab_width = 2