From aef3f967799f8614fdc35aff22e54c6bd1bce733 Mon Sep 17 00:00:00 2001 From: Nikita Gusakov Date: Mon, 24 Nov 2014 13:13:49 +0300 Subject: [PATCH] Added editor config --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..5e17dfa98 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 + +[Makefile] +indent_style = tab +indent_size = 4