Initial commit

This commit is contained in:
2025-09-15 13:11:14 +00:00
committed by Stéphan Sainléger
commit 20f28b9fd5
10 changed files with 893 additions and 0 deletions

8
.prettierrc.yml Normal file
View File

@@ -0,0 +1,8 @@
# Defaults for all prettier-supported languages.
# Prettier will complete this with settings from .editorconfig file.
bracketSpacing: false
printWidth: 88
proseWrap: always
semi: true
trailingComma: "es5"
xmlWhitespaceSensitivity: "strict"