godot/.editorconfig
Pieter-Jan Briers 4c40227af6 Adds C# rule to .editorconfig.
C# standard is 4 width spaces, not tabs.
2018-07-20 08:42:13 +02:00

19 lines
253 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
[*.{cpp,hpp,c,h,mm}]
trim_trailing_whitespace = true
[*.{py,cs}]
indent_style = space
indent_size = 4
[.travis.yml]
indent_style = space
indent_size = 2