From 4f8400ee0f3894a0d49ff37ad1ff0f0b37b0b8f6 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Fri, 29 Nov 2019 17:44:49 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000000..7c2693166cd2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false