From a0908a7ac862f0a2d80934257557d94a9e5c4f6b Mon Sep 17 00:00:00 2001 From: Andre Becker <41117972+absap@users.noreply.github.com> Date: Sun, 21 Jun 2020 10:06:19 +0200 Subject: [PATCH] remove lf due to conflicts with git core.lf on windows (#3516) Co-authored-by: Lars Hvam --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..b22eb49d3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# 1 space indentation for xml files +[*.xml] +indent_style = space +indent_size = 1