Clean up editorconfig file

This commit is contained in:
Camilo Aguilar
2017-07-04 14:11:38 -04:00
parent 5d74667c62
commit 4ed373e9ef

View File

@@ -4,25 +4,20 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
; Golang
[*.go]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
; Golang
; C
[*.c]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
; YAML
[*.yaml]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true