mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 07:18:54 +00:00
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
{
|
|
"overrides": [
|
|
{
|
|
"files": ["*.js", "*.ts"],
|
|
"options": {
|
|
"useTabs": true,
|
|
"printWidth": 120,
|
|
"singleQuote": true
|
|
}
|
|
}
|
|
]
|
|
}
|