deploying the blogs

This commit is contained in:
Paul Schneider 2026-06-19 23:09:43 +01:00
commit 86c268eebd
9 changed files with 52 additions and 54 deletions

View file

@ -16,10 +16,15 @@ insert_final_newline = true
charset = utf-8
# 4 space indentation
[*.py]
[*.py,*.xml,*.csproj]
indent_style = space
indent_size = 4
# 2 space indentation
[*.xml,*.csproj,*.axaml]
indent_style = space
indent_size = 2
# Tab indentation (no size specified)
[Makefile]
indent_style = tab