forked from cerc-io/cosmos-explorer
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"endOfLine": "auto",
|
|
"bracketSpacing": true,
|
|
"TrailingCooma": true,
|
|
"arrowParens": "always"
|
|
}
|