squeaknode/frontend/.prettierrc
Jonathan Zernik f8cda6fef2
Organize frontend (#346)
* Remove intermediate squeak-node-frontend dir

* Create build-protos.sh

* Fix build-protos script in readme
2020-10-29 23:21:38 -04:00

6 lines
No EOL
85 B
Text

{
"tabWidth": 2,
"singleQuote": false,
"semi": true,
"trailingComma": "all"
}