1
0
mirror of https://github.com/graalvm/setup-graalvm.git synced 2025-03-02 08:30:12 +08:00
setup-graalvm/.prettierrc.json
2022-01-03 09:51:37 +01:00

11 lines
180 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}