Add .travis.yml and .editorconfig. See #2.

This commit is contained in:
Sönke Ludwig 2016-01-27 23:02:37 +01:00
parent df23609f3d
commit e1f57483d6
2 changed files with 18 additions and 0 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*.{c,h,d,di,dd,json}]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8