keep the new config files

This commit is contained in:
2024-02-23 10:42:26 +01:00
parent 8fa9d0e843
commit bfbfc01e99
4 changed files with 62 additions and 0 deletions

10
.prettierrc.yaml Normal file
View File

@ -0,0 +1,10 @@
trailingComma: 'es5'
useTabs: true
semi: true
singleQuote: true
bracketSpacing: false
# overrides:
# - files: '**/*.json'
# options:
# useTabs: false
# tabWidth: 2