.editorconfig: let's not break Limnoria configs again

Ref: c9fef005a7
This commit is contained in:
Aminda Suomalainen 2023-02-26 19:34:30 +02:00
parent e9998f4079
commit 75af8e62ce
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ indent_size = tab
[*.{bash,sh}]
end_of_line = lf
# Limnoria/Supybot config files use trailing spaces for empty config files,
# let's try to not break them.
[*.conf]
trim_trailing_whitespace = false
# Crystal https://crystal-lang.org/reference/1.7/conventions/coding_style.html#indentation
[*.cr]
indent_style = space