diff --git a/.editorconfig b/.editorconfig index 41eb72a..253449c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,12 @@ charset = utf-8 indent_style = tab indent_size = tab #tab_width = + +[*.{cff,yaml,yml}] +indent_style = space +indent_size = 2 + +[*.{txt,markdown,md}] +trim_trailing_whitespace = false +indent_style = space +indent_size = 2 diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt