mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-24 15:31:26 +00:00
fix spacing
This commit is contained in:
parent
af47d91e7d
commit
e2821adcca
3 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ indent_size = 4
|
||||||
shell_variant = bash # like -ln=bash
|
shell_variant = bash # like -ln=bash
|
||||||
binary_next_line = true # like -bn
|
binary_next_line = true # like -bn
|
||||||
switch_case_indent = true # like -ci
|
switch_case_indent = true # like -ci
|
||||||
space_redirects = true # like -sr
|
space_redirects = false # like -sr
|
||||||
keep_padding = false # like -kp
|
keep_padding = false # like -kp
|
||||||
function_next_line = true # like -fn
|
function_next_line = true # like -fn
|
||||||
never_split = true # like -ns
|
never_split = true # like -ns
|
||||||
|
|
Loading…
Reference in a new issue