gamesvr-ut99/.editorconfig

15 lines
210 B
INI
Raw Permalink Normal View History

2021-08-29 04:04:40 +02: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