Use [`shfmt`](https://github.com/mvdan/sh) to format kunst. Fixes the remaining issues in #14. No flags/customizations are needed; all have been added to .editorconfig.
16 lines
304 B
INI
16 lines
304 B
INI
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 4
|
|
binary_next_line = true
|
|
switch_case_indent = true
|
|
|
|
# Tab indentation (no size specified)
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 2
|