diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-26 13:58:07 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-26 13:58:07 +0200 |
commit | fc6cf6169868e60c189e4b243330c3717ff159f3 (patch) | |
tree | 3f6dea9c1420e23756257b5abea27ec9ed92d58a /overlays/spm/frontend/.editorconfig | |
parent | 84f2affd66a0ff3947b91a30308cb8e6a8ff7594 (diff) | |
download | nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.gz nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.bz2 nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.xz nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.zip |
...
Diffstat (limited to 'overlays/spm/frontend/.editorconfig')
-rw-r--r-- | overlays/spm/frontend/.editorconfig | 16 |
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 | ||
2 | root = true | ||
3 | |||
4 | [*] | ||
5 | charset = utf-8 | ||
6 | indent_style = space | ||
7 | indent_size = 2 | ||
8 | insert_final_newline = true | ||
9 | trim_trailing_whitespace = true | ||
10 | |||
11 | [*.ts] | ||
12 | quote_type = single | ||
13 | |||
14 | [*.md] | ||
15 | max_line_length = off | ||
16 | trim_trailing_whitespace = false | ||