mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
14 lines
187 B
Plaintext
14 lines
187 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"overrides": [
|
|
{
|
|
"files": "*.hbs",
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
}
|
|
]
|
|
}
|