misc patches done to get everything to play ball

also adds editorconfig
This commit is contained in:
modeco80
2024-04-24 03:41:32 -04:00
parent db97a62046
commit bcbf7db8d9
4 changed files with 35 additions and 17 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
# specifically for YAML
[{yml, yaml}]
indent_style = space