mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 15:32:49 +00:00
editorconfig: only skip trimming whitespace for .rs files
This commit is contained in:
parent
235d57c053
commit
f56f07bd54
@ -2,10 +2,12 @@ root = true
|
|||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
# Turned off because some editors otherwise remove trailing spaces within
|
insert_final_newline = true
|
||||||
# multi-line string literals (intellij-rust/intellij-rust#5368).
|
trim_trailing_whitespace = true
|
||||||
trim_trailing_whitespace = false
|
|
||||||
|
|
||||||
[*.rs]
|
[*.rs]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user