From 68bbafe5f36eca36664163503a7b95fbf9d4c59d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 22 Feb 2023 13:09:38 +0200 Subject: [PATCH] rename LICENSE to LICENSE.txt, tell .editorconfig to treat txt as markdown --- .editorconfig | 9 +++++++++ LICENSE => LICENSE.txt | 0 2 files changed, 9 insertions(+) rename LICENSE => LICENSE.txt (100%) 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