ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/.editorconfig
Waleed Khan 325eb4f4ca Add .editorconfig
This file sets formatting defaults for editors. See https://editorconfig.org/.
2022-02-20 22:16:07 -08:00

10 lines
111 B
INI

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
[*.rs]
indent_style = space
indent_size = 4