From 911469580c6d4110b443ce6405df58713f4a178f Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Fri, 4 Oct 2019 09:29:33 +0200 Subject: [PATCH] Add custom vim config --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..98f7eba --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true +