mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 12:15:28 +00:00
19 lines
252 B
JSON
19 lines
252 B
JSON
{
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"singleQuote": false,
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|