Files
zsh/.editorconfig

17 lines
333 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[[shell]]
indent_style = tab
indent_size = 4
shell_variant = bash
switch_case_indent = true
space_redirects = true
keep_padding = true
function_next_line = true