mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 06:19:42 +00:00
13 lines
311 B
INI
13 lines
311 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.rs]
|
|
indent_style = space
|
|
indent_size = 4
|
|
# Turned off because some editors otherwise remove trailing spaces within
|
|
# multi-line string literals (intellij-rust/intellij-rust#5368).
|
|
trim_trailing_whitespace = false
|