Files
xrpl-hooks-ide/.prettierrc.json
2022-08-17 11:50:49 +05:30

9 lines
134 B
JSON

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