For consistency and readability we're explicitly adding the .json extension to config files.
7 lines
117 B
JSON
7 lines
117 B
JSON
{
|
|
"endOfLine": "lf",
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"tabWidth": 4,
|
|
"semi": true
|
|
}
|