mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Closes: https://github.com/fleetdm/confidential/issues/4057 Changes: - Added the contents of the fleet-vulnerability-dashboard repo to ee/vulnerability-dashboard - Added a github workflow to deploy the vulnerability dashboard on Heroku - Added a github workflow to test changes to the vulnerability-dashboard - Updated the website's custom configuration to enable auto-approvals/review requests to files in the ee/vulnerability-dashboard folder
31 lines
1 KiB
INI
31 lines
1 KiB
INI
################################################
|
|
# ╔═╗╔╦╗╦╔╦╗╔═╗╦═╗┌─┐┌─┐┌┐┌┌─┐┬┌─┐
|
|
# ║╣ ║║║ ║ ║ ║╠╦╝│ │ ││││├┤ ││ ┬
|
|
# o╚═╝═╩╝╩ ╩ ╚═╝╩╚═└─┘└─┘┘└┘└ ┴└─┘
|
|
#
|
|
# > Formatting conventions for your Sails app.
|
|
#
|
|
# This file (`.editorconfig`) exists to help
|
|
# maintain consistent formatting throughout the
|
|
# files in your Sails app.
|
|
#
|
|
# For the sake of convention, the Sails team's
|
|
# preferred settings are included here out of the
|
|
# box. You can also change this file to fit your
|
|
# team's preferences (for example, if all of the
|
|
# developers on your team have a strong preference
|
|
# for tabs over spaces),
|
|
#
|
|
# To review what each of these options mean, see:
|
|
# http://editorconfig.org/
|
|
#
|
|
################################################
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|