Initial commit

This commit is contained in:
Joe Grigg
2025-05-27 16:23:47 +01:00
commit 15599cd83d
11 changed files with 3810 additions and 0 deletions

26
.editorconfig Normal file
View File

@@ -0,0 +1,26 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.hbs]
insert_final_newline = false
[*.json]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[Makefile]
indent_style = tab