go-ethereum/.prettierrc
Nicolás Quiroz 142aa33af8 setup: init
2022-09-08 16:18:30 -03:00

11 lines
179 B
Plaintext

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