just playing with tangled
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
7
8[*.rs]
9indent_style = space
10indent_size = 4
11# Turned off because some editors otherwise remove trailing spaces within
12# multi-line string literals (intellij-rust/intellij-rust#5368).
13trim_trailing_whitespace = false