Skip to content
Snippets Groups Projects
Commit 817163fb authored by Alexander Repeta's avatar Alexander Repeta
Browse files

Добавляет конфигурацию Prettier

parent 8fa74dfa
No related branches found
No related tags found
No related merge requests found
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "always"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment