From 4b47fe4f06ae99c01771b6cb26af8f84b2f5b604 Mon Sep 17 00:00:00 2001 From: splitt3r Date: Sun, 8 Oct 2017 15:10:15 +0200 Subject: Changed to new NC app skeleton structure --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..89f760d2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# 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 + +# Set default charset +charset = utf-8 + +# 4 space indentation +indent_style = space +indent_size = 4 -- cgit v1.2.3