Move support files into own folder

This commit is contained in:
Roman Jaroš 2025-03-09 09:02:31 +01:00
parent c8fc9f08ef
commit 63563bc2e9
7 changed files with 5 additions and 4 deletions

9
.support/.prettierrc Normal file
View file

@ -0,0 +1,9 @@
{
"useTabs": true,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"parser": "typescript",
"printWidth": 120,
"bracketSameLine": true
}