forked from mirrors/jj
325eb4f4ca
This file sets formatting defaults for editors. See https://editorconfig.org/.
9 lines
111 B
INI
9 lines
111 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.rs]
|
|
indent_style = space
|
|
indent_size = 4
|