ad6e7814de
The only setting of note is to use hard tabs in rust source files.
7 lines
107 B
INI
7 lines
107 B
INI
# top-most .editorconfig file
|
|
root = true
|
|
|
|
# use hard tabs for rust source files
|
|
[*.rs]
|
|
indent_style = tab
|