From 1c74dd640cf2d4fcbed804e8fede27747048324b Mon Sep 17 00:00:00 2001 From: Tobias Haagen Michaelsen Date: Wed, 29 Oct 2014 11:01:56 +0100 Subject: [PATCH] This project uses a default indent size of 4 --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f7a57601 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# http://EditorConfig.org +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true