From aa763e10c9325a6783a93d816cfe027c1edc16ac Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 7 Oct 2020 04:12:19 -0400 Subject: [PATCH] Add handling for more languages --- languages/general_purpose.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/general_purpose.editorconfig b/languages/general_purpose.editorconfig index 3786796..1253e71 100644 --- a/languages/general_purpose.editorconfig +++ b/languages/general_purpose.editorconfig @@ -23,7 +23,7 @@ trim_trailing_whitespace = true # Tab styles that should be four spaces per tab. # Most languages will fall under this. ## -[*.{c,css,scss,js,py}] +[*.{c,css,h,js,json,py,scss,sh}] indent_size = 4 -- GitLab