gamesvr-ut99/.editorconfig

15 lines
210 B
INI
Raw Normal View History

2021-08-28 21:04:40 -05:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[.travis.yml]
indent_size = 2
[windows/**]
end_of_line = crlf