From 1613f584e61066fd35b337628040fc5b3e6ba0a8 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 29 Jul 2017 02:00:37 +0200 Subject: Add editorconfig to the project --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e04fe26 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +charset = utf8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 -- cgit v1.1