Skip to content

Commit 6697b21

Browse files
Sikerdebaardjohnflavin
authored andcommittedOct 17, 2017
Added editorconfig (NrgXnat#7)
* Added editorconfig * Cleaned up editorconfig
1 parent b680e74 commit 6697b21

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
;
2+
; This is an ini style configuration. See http://editorconfig.org/ for more information on this file.
3+
;
4+
; Top level editor config.
5+
root = true
6+
; Always use Unix style new lines with new line ending on every file and trim whitespace
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
; YAML format, 4 spaces
13+
[*.yaml, *.yml]
14+
indent_style = space
15+
indent_size = 4
16+
max_line_length = 160

0 commit comments

Comments
 (0)
Please sign in to comment.