mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
14 lines
244 B
Plaintext
Executable File
14 lines
244 B
Plaintext
Executable File
{
|
|
"plugins": ["prettier-plugin-go-template"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "go-template",
|
|
"goTemplateBracketSpacing": true,
|
|
"bracketSameLine": true
|
|
}
|
|
}
|
|
]
|
|
}
|