From 44d1d72af19ff7874704fa88d7d08fe4f782c9db Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Mon, 26 Dec 2022 11:24:17 -0500 Subject: Add GDScript `.editorconfig` rules - Uniformize `.gd` unit test files indentation to tabs (where needed) --- .../gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdscript/tests/scripts/runtime/errors') diff --git a/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd b/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd index 935fb773dc..7b350e81ad 100644 --- a/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd +++ b/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd @@ -1,4 +1,4 @@ const dictionary := {} func test(): - dictionary.erase(0) + dictionary.erase(0) -- cgit v1.2.3