1
0
mirror of https://github.com/RasppleII/a2server.git synced 2025-04-18 02:42:15 +00:00
a2server/.editorconfig
2018-04-10 01:55:54 -07:00

15 lines
219 B
INI

# This is the topmost .editorconfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.sh]
indent_style = tab
indent_size = 4