mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fix autoformatting for fleetdm.com website source (#2775)
This commit is contained in:
parent
38c39fffef
commit
c8b33aae6c
3 changed files with 10 additions and 2 deletions
|
|
@ -32,3 +32,6 @@ tmp/
|
|||
cypress/screenshots
|
||||
cypress/videos
|
||||
cypress/downloads
|
||||
|
||||
# fleetdm.com website (uses its own formatting conventions)
|
||||
website/
|
||||
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
|
@ -6,6 +6,7 @@
|
|||
"esbenp.prettier-vscode",
|
||||
"redhat.vscode-yaml",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"firefox-devtools.vscode-firefox-debug"
|
||||
"firefox-devtools.vscode-firefox-debug",
|
||||
"editorconfig.editorconfig"
|
||||
]
|
||||
}
|
||||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -27,5 +27,9 @@
|
|||
"debugAdapter": "legacy",
|
||||
"substitutePath": []
|
||||
},
|
||||
"go.testTimeout": "60s"
|
||||
"go.testTimeout": "60s",
|
||||
"html.format.templating": true,
|
||||
"html.format.wrapAttributes": "preserve",
|
||||
"html.format.wrapLineLength": 0,
|
||||
"prettier.requireConfig": true
|
||||
}
|
||||
Loading…
Reference in a new issue