From 6027f8d927fd2ae39f6626e69d02844ea603b5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Hocd=C3=A9?= Date: Fri, 5 Mar 2021 09:23:11 -0500 Subject: [PATCH] Update .editorconfig Co-authored-by: Chauncey McAskill --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 29ce05e..a9a4801 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,9 +12,5 @@ trim_trailing_whitespace = true [*.{md,markdown}] trim_trailing_whitespace = false -[{*.yml,*.json}] -indent_size = 4 -indent_style = space - [*.{ms,mustache}] insert_final_newline = false