From ddcba3820a6b10789712352a332607409f76a303 Mon Sep 17 00:00:00 2001 From: Aaron Schrab Date: Wed, 20 Feb 2013 13:10:58 -0500 Subject: [PATCH] Add .editorconfig file Create a file to provide code formatting hints to editors with support for the [EditorConfig][] format. [EditorConfig]: http://editorconfig.org/ --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..c5c6a881 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true # Top-most editorconfig file + +[*] +indent_style = space +indent_size = 2