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

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: d
d:
- dmd-2.070.0
- dmd-2.069.2
- dmd-2.068.2
- dmd-2.067.1
sudo: false