mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
10 lines
179 B
Text
10 lines
179 B
Text
{
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"semi": true,
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|