mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
10 lines
196 B
INI
10 lines
196 B
INI
# 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
|