mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
ad6e7814de
The only setting of note is to use hard tabs in rust source files.
6 lines
107 B
INI
6 lines
107 B
INI
# top-most .editorconfig file
|
|
root = true
|
|
|
|
# use hard tabs for rust source files
|
|
[*.rs]
|
|
indent_style = tab
|