.editorconfig: cheat by not specifying indent_size

Resolves: #324
This commit is contained in:
Aminda Suomalainen 2023-02-23 11:15:05 +02:00
parent be5c96360e
commit 94d350a040
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 7 deletions

View File

@ -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