mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
74a7e96409
* 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
23 lines
333 B
INI
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
|