From 142355e51d874c708064d017ff3478d7c1d9af6b Mon Sep 17 00:00:00 2001 From: Martin Sundhaug Date: Tue, 30 Jun 2020 20:37:33 +0200 Subject: [PATCH] Added basic editorconfig to fix Microsoft/winget-pkgs#329 (#334) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..11eae860e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root=true + + +[*.{yml,yaml}] +end_of_line = crlf +insert_final_newline = true +# editorconfig/editorconfig#329 +indent_style = space +indent_size = 2