summaryrefslogtreecommitdiff
path: root/@linaria/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '@linaria/.editorconfig')
-rw-r--r--@linaria/.editorconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/@linaria/.editorconfig b/@linaria/.editorconfig
new file mode 100644
index 0000000..1f22710
--- /dev/null
+++ b/@linaria/.editorconfig
@@ -0,0 +1,21 @@
+# EditorConfig helps developers define and maintain consistent
+# coding styles between different editors and IDEs
+# editorconfig.org
+
+root = true
+
+
+[*]
+
+# change these settings to your own preference
+indent_style = space
+indent_size = 2
+
+# we recommend you to keep these unchanged
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false