modbot/.editorconfig
2024-07-30 04:02:05 -04:00

12 lines
151 B
INI

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
indent_size = 8
tab_width = 8