From b1b3273fed24b5d9e64eb8aedf762c2f820009db Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Tue, 7 Dec 2021 17:54:29 -0500 Subject: [PATCH] Set .editorconfig default indent to 2 spaces (NOJIRA) --- app/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/.editorconfig b/app/.editorconfig index a7b4d46fe..8352f1b42 100644 --- a/app/.editorconfig +++ b/app/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true