summarylogtreecommitdiffstats
path: root/.editorconfig
blob: 244634887b77141c11cb0736ea26380094bdbfde (plain)
1
2
3
4
5
6
7
8
9
[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

shell_variant = bash
keep_padding = true
case_indent = true