From a25c869b53ba68595325951767230d4cbaf1c884 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Sat, 17 Sep 2016 13:44:51 +0200 Subject: [PATCH] Adds an editorconfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f2e7f7d0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab