[*]
charset = utf-8
indent_size = 4
indent_style = space

[{*.bash, *.sh, *.zsh}]
indent_size = 2
insert_final_newline = true
end_of_line = lf
tab_width = 2

[{*.json, *.yaml, *.yml}]
indent_size = 2
