Skip to content

Commit

Permalink
Add .editorconfig file
Browse files Browse the repository at this point in the history
Ensure indentation/spacing are explicitly defined via this format.

Change-Id: If8659482d7acba0065069436e4c37874fcd27885
Reviewed-on: http://gerrit.causes.com/44915
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
sds committed Dec 1, 2014
1 parent 647b1bf commit 280efb6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 280efb6

Please sign in to comment.