From 2cfd0242bd00d47ccd05bb686c3b723c4a85d5d0 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 13 Jan 2020 19:49:32 +0100 Subject: [PATCH] I'm back! Add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..c06c5669 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# with a newline ending every file +[*] +indent_style = tab +indent_size = 4 +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false \ No newline at end of file