From 9c3cd85ab3833eb1df1c73ec7c8846f993729318 Mon Sep 17 00:00:00 2001 From: Evan Walsh Date: Wed, 25 Dec 2019 14:09:33 -0500 Subject: [PATCH] Editorconfig --- fluidcontrol/frontend/.editorconfig | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 fluidcontrol/frontend/.editorconfig diff --git a/fluidcontrol/frontend/.editorconfig b/fluidcontrol/frontend/.editorconfig deleted file mode 100644 index 219985c..0000000 --- a/fluidcontrol/frontend/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.hbs] -insert_final_newline = false - -[*.{diff,md}] -trim_trailing_whitespace = false