go-ethereum/.prettierrc

11 lines
179 B
Plaintext
Raw Permalink Normal View History

2022-09-08 16:18:30 -03:00
{
"printWidth": 100,
"trailingComma": "none",
"semi": true,
"arrowParens": "avoid",
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 2,
"useTabs": false
}