summaryrefslogtreecommitdiff
path: root/overlays/spm/frontend/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/spm/frontend/.editorconfig')
-rw-r--r--overlays/spm/frontend/.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/overlays/spm/frontend/.editorconfig b/overlays/spm/frontend/.editorconfig
new file mode 100644
index 00000000..59d9a3a3
--- /dev/null
+++ b/overlays/spm/frontend/.editorconfig
@@ -0,0 +1,16 @@
1# Editor configuration, see https://editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6indent_style = space
7indent_size = 2
8insert_final_newline = true
9trim_trailing_whitespace = true
10
11[*.ts]
12quote_type = single
13
14[*.md]
15max_line_length = off
16trim_trailing_whitespace = false