summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: cf6798b7b9343e63403978c6cdab0a1e2bbce000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# editorconfig.org
root                     = true

[*]
end_of_line              = lf
insert_final_newline     = true
indent_style             = space
charset                  = utf-8
indent_size              = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{svg,css,scss,js,json,webmanifest,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc,gitattributes}]
indent_size              = 2

[layouts/**.{svg}]
insert_final_newline     = false

[go.{mod,sum}]
indent_style             = tab
indent_size              = 4