Files
godotdev.nvim/.editorconfig
mathijs-bakker 4f734c4bbd Update/tweaks
2025-09-08 10:39:32 +02:00

29 lines
449 B
INI

# EditorConfig for Godot projects
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# GDScript files
[*.gd]
indent_style = space
indent_size = 4
continuation_indent_size = 4
# Godot shader files
[*.gdshader]
indent_style = space
indent_size = 4
continuation_indent_size = 4
# C# files
[*.cs]
indent_style = space
indent_size = 4
continuation_indent_size = 4