Add building for handbook

also implement linting, ci for handbook, and change `.editorconfig` to do 2-line for .yml
This commit is contained in:
KingRainbow44
2023-04-04 21:41:06 -04:00
parent a4c3f90388
commit 1d03100dcc
3 changed files with 84 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true
[{*.json,*.xml}]
[{*.json,*.xml,*.yml}]
indent_size = 2