modbot/.editorconfig

11 lines
137 B
INI
Raw Permalink Normal View History

2024-07-30 04:02:05 -04:00
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
indent_size = 4