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, 0 insertions, 15 deletions
diff --git a/thirdparty/preact/.editorconfig b/thirdparty/preact/.editorconfig
deleted file mode 100644
index 9c378bd19..000000000
--- a/thirdparty/preact/.editorconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-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