diff --git a/.editorconfig b/.editorconfig index be16638..f7aa611 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,11 @@ charset = utf-8 indent_style = tab indent_size = tab #tab_width = + +[*.{markdown,md}] +trim_trailing_whitespace = false + +[*.{tsv,tab}] +indent_style = tab +indent_size = tab +trim_trailing_whitespace = false