Files
protoc-frontend/.prettierrc.json
Artyom Tsyrulnikov f74f52f1a4 base table
2025-07-13 11:32:05 +03:00

10 lines
160 B
JSON

{
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"bracketSpacing": true,
"bracketSameLine": false
}