go-ethereum/.prettierrc

11 lines
179 B
Plaintext
Raw Normal View History

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