mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
28 lines
557 B
INI
28 lines
557 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
# indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
# max_line_length = 160
|
|
# tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.yaml,*.yml}]
|
|
indent_size = 2
|
|
|
|
[*.sh]
|
|
indent_style = space
|
|
indent_size = 2
|
|
tab_width = 2
|
|
|
|
shell_variant = posix # like -ln=posix
|
|
binary_next_line = true # like -bn
|
|
switch_case_indent = true # like -ci
|
|
space_redirects = true # like -sr
|
|
keep_padding = false # like -kp
|
|
function_next_line = false # like -fn
|
|
never_split = true # like -ns
|