Add configuration

This commit is contained in:
Glenn Y. Rolland 2020-03-02 00:21:41 +01:00
parent 1848dfd3fb
commit ed299304e4
4 changed files with 22 additions and 0 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*.cr]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
/docs/
/lib/
/bin/
/.shards/
*.dwarf
pushokku

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
crystal 0.31.1

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: crystal
# Uncomment the following if you'd like Travis to run specs and check code formatting
# script:
# - crystal spec
# - crystal tool format --check