Using files from crystal init and reformatting everything to new editorconfig
parent
f0b5a855ad
commit
1410190390
@ -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
|
@ -1,2 +1,9 @@
|
|||||||
|
# vim files
|
||||||
*.swp
|
*.swp
|
||||||
eznet
|
|
||||||
|
# stuff from crystal init
|
||||||
|
/docs/
|
||||||
|
/lib/
|
||||||
|
/bin/
|
||||||
|
/.shards/
|
||||||
|
*.dwarf
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
language: crystal
|
||||||
|
|
||||||
|
script:
|
||||||
|
- crystal spec
|
||||||
|
- crystal tool format --check
|
Loading…
Reference in New Issue