2025-09-08 10:39:32 +02:00
|
|
|
# EditorConfig for Godot projects
|
|
|
|
|
# https://editorconfig.org
|
2025-08-23 14:55:25 +02:00
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
2025-09-08 10:39:32 +02:00
|
|
|
# GDScript files
|
2025-08-23 14:55:25 +02:00
|
|
|
[*.gd]
|
|
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 4
|
2025-09-08 10:39:32 +02:00
|
|
|
continuation_indent_size = 4
|
2025-08-23 14:55:25 +02:00
|
|
|
|
2025-09-08 10:39:32 +02:00
|
|
|
# Godot shader files
|
|
|
|
|
[*.gdshader]
|
2025-08-23 14:55:25 +02:00
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 4
|
2025-09-08 10:39:32 +02:00
|
|
|
continuation_indent_size = 4
|
2025-08-23 14:55:25 +02:00
|
|
|
|
2025-09-08 10:39:32 +02:00
|
|
|
# C# files
|
|
|
|
|
[*.cs]
|
|
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 4
|
|
|
|
|
continuation_indent_size = 4
|