mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
add .editorconfig file (#2497)
* chore: add .editorconfig file * feat: add root config to .editorconfig Co-authored-by: Johannes Agricola <naseschwarz@users.noreply.github.com> --------- Co-authored-by: Johannes Agricola <naseschwarz@users.noreply.github.com>
This commit is contained in:
parent
35b2529c52
commit
1f3bd0ff70
1 changed files with 3 additions and 0 deletions
3
.editorconfig
Normal file
3
.editorconfig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
root = true
|
||||
[*.rs]
|
||||
indent_style = tab
|
||||
Loading…
Reference in a new issue