godot/.editorconfig
2015-06-22 14:07:26 -03:00

11 lines
121 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
[.travis.yml]
indent_style = space
indent_size = 2