summaryrefslogtreecommitdiff
path: root/frontend/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.editorconfig')
-rw-r--r--frontend/.editorconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/frontend/.editorconfig b/frontend/.editorconfig
deleted file mode 100644
index 823e6853..00000000
--- a/frontend/.editorconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-# EditorConfig helps developers define and maintain consistent
-# coding styles between different editors and IDEs
-# editorconfig.org
-root = true
-
-[*]
-indent_style = space
-indent_size = 2
-
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.md]
-trim_trailing_whitespace = false