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) --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 92ee947a82..4bb7553b16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,3 +21,13 @@ 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 -- cgit v1.2.3