From bc3a1c59d1299cacaf143b969dfd6d52928fc4ea Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 25 Jun 2012 00:46:52 +0800 Subject: [PATCH] Add EditorConfig file denoting indentation style. --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e762a90 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +; This file is for unifying the coding style for different editors and IDEs. +; More information at http://EditorConfig.org + +root = true + +[_*] +indent_style = space +indent_size = 2 +tab_width = 2 +end_of_line = LF