aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/preact/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/preact/.editorconfig')
-rw-r--r--thirdparty/preact/.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/thirdparty/preact/.editorconfig b/thirdparty/preact/.editorconfig
new file mode 100644
index 000000000..9c378bd19
--- /dev/null
+++ b/thirdparty/preact/.editorconfig
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[{package.json,.*rc,*.yml}]
+indent_style = space
+indent_size = 2
+
+[*.md]
+trim_trailing_whitespace = false