summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-26 20:17:08 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-26 20:44:54 +0200
commita41f74faf15901add15ac81849806e628d807a0f (patch)
treec58d1d325617355a6c212f0d1ec90b04d4e133e0 /.editorconfig
parent9691f9f817ce10087edce2a602eec0b272b71230 (diff)
downloadgohugo-theme-ed-a41f74faf15901add15ac81849806e628d807a0f.tar.gz
Drop editorconfig integration, useless
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig23
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