This commit is contained in:
Dan Glastonbury 2017-03-10 16:24:23 +10:00
Коммит a494ee6685
2 изменённых файлов: 14 добавлений и 0 удалений

12
.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false

2
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,2 @@
target
Cargo.lock