diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.editorconfig b/.editorconfig index 4bb7553b16..92ee947a82 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,13 +21,3 @@ indent_size = 4 [*.{yml,yaml}] indent_style = space indent_size = 2 - -# GDScript unit test files -[*.gd] -indent_style = tab -indent_size = 4 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.out] -insert_final_newline = true |