forked from mirrors/jj
Add .editorconfig
This file sets formatting defaults for editors. See https://editorconfig.org/.
This commit is contained in:
parent
c3a5ea0062
commit
325eb4f4ca
1 changed files with 9 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.rs]
|
||||
indent_style = space
|
||||
indent_size = 4
|
Loading…
Reference in a new issue