JBOPS/.editorconfig
Devin Buhl 64661f7d5e
feat: add container
Signed-off-by: Devin Buhl <devin@buhl.casa>
2023-12-13 17:15:37 -05:00

24 lines
383 B
INI

; https://editorconfig.org/
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[{Dockerfile,*.bash,*.sh,*.py}]
indent_style = space
indent_size = 4