mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
9 lines
245 B
INI
9 lines
245 B
INI
[style]
|
|
based_on_style = google
|
|
column_limit = 99
|
|
indent_width = 2
|
|
continuation_indent_width = 2
|
|
blank_lines_between_top_level_imports_and_variables = 2
|
|
dedent_closing_brackets = true
|
|
coalesce_brackets = true
|
|
spaces_around_power_operator = true
|