godot/.editorconfig

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

21 lines
332 B
INI
Raw Normal View History

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