summaryrefslogtreecommitdiff
path: root/priv/static/metrics-graphics-3.0-alpha3/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'priv/static/metrics-graphics-3.0-alpha3/.editorconfig')
-rw-r--r--priv/static/metrics-graphics-3.0-alpha3/.editorconfig32
1 files changed, 0 insertions, 32 deletions
diff --git a/priv/static/metrics-graphics-3.0-alpha3/.editorconfig b/priv/static/metrics-graphics-3.0-alpha3/.editorconfig
deleted file mode 100644
index b400ed3..0000000
--- a/priv/static/metrics-graphics-3.0-alpha3/.editorconfig
+++ /dev/null
@@ -1,32 +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 = 4
-
-[*.js]
-indent_style = space
-indent_size = 4
-
-[*.hbs]
-indent_style = space
-indent_size = 4
-
-[*.css]
-indent_style = space
-indent_size = 4
-
-[*.html]
-indent_style = space
-indent_size = 4
-
-[*.{diff,md}]
-trim_trailing_whitespace = false