LegacyUpdate/.editorconfig
Adam Demasi 5b031a79eb
First
2022-10-07 01:54:41 +10:30

10 lines
No EOL
168 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = tab
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true