diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-08 11:14:43 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-08 11:14:43 -0500 |
commit | f31a2cc9c9c356e04436c9eb6d04c3cd006fb1b1 (patch) | |
tree | 90d10bb3769aef15370c345371f2b33a9b39b49f /modules | |
parent | 3cc4e0ab6f48dc45c8226358422aa486145eea69 (diff) | |
parent | 8086894a8e27ef63d7657b1bf6a728a00e522a4e (diff) | |
download | redot-engine-f31a2cc9c9c356e04436c9eb6d04c3cd006fb1b1.tar.gz |
Merge pull request #97270 from timothyqiu/optional-edconfig
Create `.editorconfig` file only on project creation
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gdscript/tests/scripts/.editorconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdscript/tests/scripts/.editorconfig b/modules/gdscript/tests/scripts/.editorconfig index da1efefe3c..34fff8d1de 100644 --- a/modules/gdscript/tests/scripts/.editorconfig +++ b/modules/gdscript/tests/scripts/.editorconfig @@ -1,5 +1,3 @@ -# This file is required to workaround `.editorconfig` autogeneration (see #96845). - # Some tests handle invalid syntax deliberately; exclude relevant attributes. [parser/features/mixed_indentation_on_blank_lines.gd] |