aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2026-01-19 02:41:01 +0200
committerMarin Ivanov <[email protected]>2026-01-19 02:41:01 +0200
commita6bdee992a0e8850b922944a943cdbd907db5e66 (patch)
treedd114f4e6f3fa7b21bf11541e128feef893743a5 /.editorconfig
parent1fc5ce993a1769a3d0dd5fe2fdb51726f06f804c (diff)
parentb240473b5707857ba2c6a8e6d707c28d1e39da49 (diff)
Merge tag '3.0.1' from mittHEADmaster
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..04d7ef9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,18 @@
+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
+insert_final_newline = false
+
+[*.md]
+trim_trailing_whitespace = false
+indent_style = space
+indent_size = 2