godot/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
294 B
INI
Raw Permalink Normal View History

2015-06-22 14:07:26 -03:00
root = true
[*]
charset = utf-8
end_of_line = lf
2025-01-07 11:25:56 -06:00
indent_size = 4
2015-06-22 14:07:26 -03:00
indent_style = tab
insert_final_newline = true
2025-01-07 11:25:56 -06:00
max_line_length = 120
trim_trailing_whitespace = true
2021-07-22 19:56:37 -04:00
[{*.py,SConstruct,SCsub}]
indent_style = space
2024-12-26 11:29:57 -06:00
[{*.{yml,yaml},.clang{-format,-tidy,d}}]
2015-06-22 14:07:26 -03:00
indent_size = 2
2025-01-07 11:25:56 -06:00
indent_style = space