diff --git a/.editorconfig b/.editorconfig index c65cfad7b..3e19f507c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,10 +7,10 @@ tab_width = 4 insert_final_newline = true trim_trailing_whitespace = true -[*.{md,fflogo}] +[*.md] trim_trailing_whitespace = false -[*.{fflogo}] +[*.txt] insert_final_newline = false [*.yml]