pixelfed/.editorconfig

26 lines
538 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_size = 2
[*.{sh,envsh,env,env*}]
indent_size = 4
# ShellCheck config
binary_next_line = true # like -bn
function_next_line = true # like -fn
keep_padding = false # like -kp
never_split = true # like -ns
shell_variant = bash # like -ln=bash
simplify = true
space_redirects = false # like -sr
switch_case_indent = true # like -ci