mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Fix autoformatting for fleetdm.com website source (#2775)
This commit is contained in:
parent
38c39fffef
commit
c8b33aae6c
@ -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 New Issue
Block a user