From 94d350a0408226ae95b08e96d41757ffcc0970bb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 23 Feb 2023 11:15:05 +0200 Subject: [PATCH] .editorconfig: cheat by not specifying indent_size Resolves: #324 --- .editorconfig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index ef15e0b..7c9846d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,16 +1,11 @@ root = true [*] -# Future: https://github.com/editorconfig/editorconfig/issues/89 end_of_line = lf # two whitespaces at end of line is a new line within paragraph trim_trailing_whitespace = false insert_final_newline = true charset = utf-8 -# This project uses Jekyll which has YAML frontend matter everywhere and -# YAML requires spaces instead of tabs. indent_style = space -indent_size = 2 - -[.{git*,mailmap}] -indent_style = tab +# https://github.com/Mikaela/mikaela.github.io/issues/324 +#indent_size = 2