From 3ee79c43fe350d643ca93ea62566b452eda7a0c6 Mon Sep 17 00:00:00 2001 From: Robin Cussol Date: Fri, 28 Oct 2022 21:17:12 +0000 Subject: [PATCH] Introduce .editorconfig with Markdown specific rules Source: http://jonasbn.github.io/til/editorconfig/markdown.html Contributes to https://github.com/openfisca/openfisca-doc/issues/267 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..fa9d1163 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.md] +trim_trailing_whitespace = true +indent_style = space \ No newline at end of file