1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-07 03:17:18 +08:00
osu-lazer/.editorconfig

10 lines
196 B
INI
Raw Permalink Normal View History

2016-08-26 12:28:23 +09:00
# EditorConfig is awesome: http://editorconfig.org
root = true
[*.cs]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true