forked from strom/dotfiles
29 lines
438 B
INI
29 lines
438 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{conf,local}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.{ini,lua,md,nix,json,toml,yml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[bin/*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.sh]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
shell_variant = bash
|
|
binary_next_line = true
|
|
switch_case_indent = true
|
|
space_redirects = false
|
|
keep_padding = true
|
|
function_next_line = false
|