From 75af8e62ceb929e4dab2e74d02e9ff7dc06a04cc Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 26 Feb 2023 19:34:30 +0200 Subject: [PATCH] .editorconfig: let's not break Limnoria configs again Ref: https://gitea.blesmrt.net/mikaela/gist/commit/c9fef005a7f74455e8db381197d93663082e1af0 --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index e7b0ad25..a8a6e792 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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