From 71af8f38b1eb760f057d224bc3422f96609744cf Mon Sep 17 00:00:00 2001 From: Kyle Gottfried <6462596+Spitfire1900@users.noreply.github.com> Date: Sat, 23 Mar 2024 01:23:56 -0400 Subject: [PATCH] clean up .editorconfig --- .editorconfig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5de916b..4b86e6f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,18 +5,14 @@ root = true [*] charset = utf-8 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.{yml,json}] +[*.yml] indent_size = 2 [*.{md,markdown}] # don't trim trailing spaces because markdown syntax allows that -trim_trailing_whitespace = false - -[{makefile,Makefile,MAKEFILE}] -indent_style = tab +trim_trailing_whitespace = true