From ec934ba3c0f06870da50f3408dc09e7e8c9b00e3 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 7 Dec 2019 19:48:25 -0300 Subject: [PATCH] .editorconfig: Remove "indent_size" This way, everyone can configure use their preferred tab size. Closes #269 Co-authored-by: Nick Klauer --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f60a8b79..4ab2eb30 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,6 @@ insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true indent_style = tab -indent_size = 8 [*.{md,yml,yaml,json,toml,htm,html}] indent_style = space