From c4a030be987246e162aac6ec9658251616c2ee05 Mon Sep 17 00:00:00 2001 From: Arkadiy Shapkin Date: Tue, 2 Sep 2014 21:35:37 +0400 Subject: [PATCH] .editorconfig added to repository This will simplify the work on multiple projects --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..5e032a806 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ ++# Check http://editorconfig.org/ for more informations ++; Top-most EditorConfig file ++root = true ++ ++; 4-column tab indentation ++[*] ++indent_style = tab ++indent_size = 4 ++trim_trailing_whitespace = true