tl-esa-tools/survey/.prettierrc

8 lines
145 B
Plaintext
Raw Normal View History

2023-04-29 22:45:52 +03:00
{
"printWidth": 160,
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"bracketSpacing": true
}