From d4e21a5a21e47e8508f7c7b840dfd85f83f39da8 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Thu, 11 Oct 2018 21:56:55 -0400 Subject: [PATCH 1/2] EditorConfig file should be in alphabetical order --- .editorconfig | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.editorconfig b/.editorconfig index 70cfd6ddb..6bf591648 100644 --- a/.editorconfig +++ b/.editorconfig @@ -41,6 +41,16 @@ indent_size = 4 indent_style = space indent_size = 2 +# Emojicode +[*.emojic] +indent_style = space +indent_size = 2 + +# Factor +[*.factor] +indent_style = space +indent_size = 2 + # Go [*.go] indent_style = tab @@ -85,6 +95,11 @@ indent_size = 2 indent_style = space indent_size = 4 +# Lua +[*.lua] +indent_style = space +indent_size = 2 + # Matlab [*.m] indent_style = space @@ -100,6 +115,11 @@ indent_size = 2 indent_style = space indent_size = 2 +# PHP +[*.php] +indent_style = space +indent_size = 4 + # Python [*.py] indent_style = space @@ -122,23 +142,3 @@ indent_size = 0 trim_trailing_whitespace = false insert_final_newline = false end_of_line = lf - -# Emojicode -[*.emojic] -indent_style = space -indent_size = 2 - -# PHP -[*.php] -indent_style = space -indent_size = 4 - -# Factor -[*.factor] -intent_style = space -indent_size = 2 - -#Lua -[*.lua] -indent_style = space -indent_size = 2 From 37286b88f7c26a3ccdc98ffd6c4f8a29c99b20a8 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Thu, 11 Oct 2018 21:57:17 -0400 Subject: [PATCH 2/2] Add bash to EditorConfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6bf591648..2b09a9e33 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,11 @@ trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf +# Bash +[*.bash] +indent_style = space +indent_size = 4 + # C [*.c] indent_style = space