Add .travis.yml and .editorconfig. See #2.
This commit is contained in:
parent
df23609f3d
commit
e1f57483d6
9
.editorconfig
Normal file
9
.editorconfig
Normal 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
9
.travis.yml
Normal 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
|
Loading…
Reference in a new issue