kunst/.editorconfig
Rohan Kumar 37069dc6a9
Chore: format using shfmt
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.
2020-03-06 07:27:30 -08:00

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