DRY editorconfig

pull/4921/head
Christian Winther 2024-03-06 21:02:02 +00:00
rodzic 1c0e875d1d
commit e9a64e8221
1 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -9,19 +9,17 @@ insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.{sh,envsh,env,env*}]
indent_style = space
indent_size = 4
# ShellCheck config
shell_variant = bash # like -ln=bash
binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = false # like -sr
keep_padding = false # like -kp
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