Added editorconfig file
continuous-integration/drone the build was successful Details

pull/8/head
Jef Roosens 2021-06-25 12:07:33 +02:00
parent fa5ee06a04
commit 89bc9b91e1
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
3 changed files with 72 additions and 63 deletions

9
.editorconfig 100644
View File

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
indent_size = 4
[*.{yml,yaml}]
indent_size = 2

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk