authelia/.editorconfig
Amir Zarrinkafsh 74a7e96409
ci: add integration containers for duo and haproxy (#3479)
* ci: add integration containers for duo and haproxy

This change utilises specific integration containers for the DuoPush and HAProxy suites.
In the case of DuoPush suite specifically in dev mode the container will be built on suite startup.

* ci: factorize pre-command hook and unset async on trigger steps
2022-06-04 19:38:13 +10:00

23 lines
333 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[.buildkite/hooks/**]
indent_style = space
indent_size = 2
[*.{sh,yml,yaml}]
indent_style = space
indent_size = 2
[web/**]
indent_style = space
[{web/package.json,web/pnpm-lock.yaml}]
indent_size = 2