Skip to content

Commit 280efb6

Browse files
committed
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 <jenkins@brigade.com> Reviewed-by: Shane da Silva <shane.dasilva@brigade.com>
1 parent 647b1bf commit 280efb6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Defines the coding style for different editors and IDEs.
2+
# http://editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 2

0 commit comments

Comments
 (0)