Skip to content

Commit

Permalink
Add EditorConfig with whitespace conventions
Browse files Browse the repository at this point in the history
Change-Id: Ib939fa72b593812a54188fd49984d2cbac710a79
Reviewed-on: http://gerrit.causes.com/37424
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
nschonni authored and Shane da Silva committed Apr 21, 2014
1 parent a215afa commit 0dd95fb
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 @@
# This file is for unifying the coding style for different editors and IDEs
# 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 0dd95fb

Please sign in to comment.