From 280efb6d06701de5ad5dfe5ef85565565bc98e44 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Sun, 30 Nov 2014 23:32:38 -0800 Subject: [PATCH] Add .editorconfig file Ensure indentation/spacing are explicitly defined via this format. Change-Id: If8659482d7acba0065069436e4c37874fcd27885 Reviewed-on: http://gerrit.causes.com/44915 Tested-by: jenkins Reviewed-by: Shane da Silva --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..3f95cc7d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# Defines the coding style for different editors and IDEs. +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2