Merge branch 'ava-tools' into 'main'

add an editorconfig for sane behavior defaults

See merge request whom/bingobot!17
This commit is contained in:
Ava Apples Affine 2024-11-30 23:14:38 +00:00
commit 6e4b3ae5c7

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*]
end_of_line = lf
insert_final_newline = true
[{*.go}]
indent_style = tab
indent_size = 4