mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
28 lines
488 B
INI
28 lines
488 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{sh,envsh,env,env*}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
# ShellCheck config
|
|
shell_variant = bash
|
|
binary_next_line = true
|
|
case-indent = true
|
|
switch_case_indent = true
|
|
space_redirects = true
|
|
function_next_line = true
|
|
simplify = true
|
|
space-redirects = true
|