From 098bb9dfb9b229498f0def634bcada0b76b405cd Mon Sep 17 00:00:00 2001 From: Arkadiy Shapkin Date: Tue, 2 Sep 2014 21:42:45 +0400 Subject: [PATCH] .editorconfig added to repository --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..be59274e8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +; Check http://editorconfig.org/ for more informations +; Top-most EditorConfig file +root = true + +; tab indentation +[*] +indent_style = tab +trim_trailing_whitespace = true +insert_final_newline = true + +; 4-column space indentation +[*.md] +indent_style = space +indent_size = 4