Fix autoformatting for fleetdm.com website source (#2775)

This commit is contained in:
Zach Wasserman 2021-11-02 16:36:55 -07:00 committed by GitHub
parent 38c39fffef
commit c8b33aae6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -32,3 +32,6 @@ tmp/
cypress/screenshots
cypress/videos
cypress/downloads
# fleetdm.com website (uses its own formatting conventions)
website/

View File

@ -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"
]
}

View File

@ -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
}