diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-26 20:17:08 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-26 20:44:54 +0200 |
| commit | a41f74faf15901add15ac81849806e628d807a0f (patch) | |
| tree | c58d1d325617355a6c212f0d1ec90b04d4e133e0 /.editorconfig | |
| parent | 9691f9f817ce10087edce2a602eec0b272b71230 (diff) | |
| download | gohugo-theme-ed-a41f74faf15901add15ac81849806e628d807a0f.tar.gz | |
Drop editorconfig integration, useless
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 |
