update travis and some stuff

Former-commit-id: 7b81b0828f72d824080ac47d5724bf8301b35947
This commit is contained in:
Henrique Dias
2017-01-03 17:06:04 +00:00
parent 4c4d80166c
commit 01b475f4f0
5 changed files with 314 additions and 310 deletions

View File

@@ -5,20 +5,14 @@ root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,go}]
charset = utf-8
trim_trailing_whitespace = true
# 4 space indentation
[*.go]
indent_style = tab
indent_size = 2
# Indentation override for all JS under lib directory
[*.js]
indent_style = space
indent_size = 2
indent_size = 4