mirror of
https://git.theinfopunk.com/punk/thewwwdotcom-blog.git
synced 2024-12-28 17:46:26 -05:00
19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
{
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "go-template"
|
|
}
|
|
}
|
|
],
|
|
"plugins": ["prettier-plugin-go-template"]
|
|
}
|