mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Add a .editorconfig file
The only setting of note is to use hard tabs in rust source files.
This commit is contained in:
parent
4dd94ff39e
commit
ad6e7814de
1 changed files with 6 additions and 0 deletions
6
.editorconfig
Normal file
6
.editorconfig
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# top-most .editorconfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
# use hard tabs for rust source files
|
||||||
|
[*.rs]
|
||||||
|
indent_style = tab
|
Loading…
Reference in a new issue