added prettier settings

This commit is contained in:
2024-08-24 10:58:10 +03:00
parent 0d8e5d905d
commit aa3d2ebc87
7 changed files with 284 additions and 2 deletions

View File

@ -0,0 +1 @@
*.md

View File

@ -0,0 +1,10 @@
{
"printWidth": 100,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf"
}