From ae66d78b8e50e7727028ae8649001e3d4b2cd75f Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 31 Jan 2015 06:05:53 +0100 Subject: Adding an editorconfig configuration file. Check http://editorconfig.org/ for more information. --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..f744516924 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true +[**] +end_of_line = LF +indent_style = space +indent_size = 2 +insert_final_newline = true +tab_width = 8 -- cgit v1.2.3