go-ethereum/.prettierrc

11 lines
179 B
Plaintext
Raw Normal View History

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