mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-22 17:06:29 +00:00
15 lines
191 B
INI
15 lines
191 B
INI
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.rs]
|
|
indent_style = space
|
|
indent_size = 4
|
|
max_line_length = 120
|
|
|
|
[*.toml]
|
|
indent_style = space
|
|
indent_size = 2
|