From a41f74faf15901add15ac81849806e628d807a0f Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 26 Sep 2024 20:17:08 +0200 Subject: Drop editorconfig integration, useless --- .editorconfig | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .editorconfig (limited to '.editorconfig') 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 -- cgit v1.2.3