1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-05-12 23:56:08 +02:00

Add editorconfig

This commit is contained in:
Lucian I. Last 2022-06-29 10:44:24 +02:00
parent f9249d0968
commit a38759e8ca
2 changed files with 10 additions and 1 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*.{sh,rs,toml,md}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/target/
**/*.rs.bk
.*.swp
/dutree*
/dutree*