Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/materialize/.editorconfig')
-rw-r--r--libs/bower_components/materialize/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/bower_components/materialize/.editorconfig b/libs/bower_components/materialize/.editorconfig
new file mode 100644
index 0000000000..90cbf8fc15
--- /dev/null
+++ b/libs/bower_components/materialize/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*.{js,scss}]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false