mirror of
https://git.lavender.software/lavender/watch-party.git
synced 2024-11-24 10:57:39 +00:00
12 lines
186 B
INI
12 lines
186 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = crlf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|
|
|
|
[*.rs]
|
|
indent_size = 4
|