2021-02-02 12:17:43 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2021-06-28 10:52:03 +00:00
|
|
|
indent_style = space
|
|
|
|
|
|
|
|
[{Dockerfile*,*.proto}]
|
|
|
|
indent_size = 2
|
|
|
|
|
2022-12-13 10:12:11 +00:00
|
|
|
[{*.rs,*.toml,*.sh,*.bash}]
|
2021-06-28 10:52:03 +00:00
|
|
|
indent_size = 4
|