diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 92e59d5..0000000 --- a/.editorconfig +++ /dev/null @@ -1,23 +0,0 @@ -# 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,ecrc,gitattributes}] -indent_size = 2 - -[layouts/**.{svg}] -insert_final_newline = false - -[{go.mod,go.sum,*.go}] -indent_style = tab -indent_size = 4 |
