Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROX-20232: Reduce duplication in Collector Konflux pipelines #1676

Merged
merged 8 commits into from
May 23, 2024
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ function_next_line = false
# Ignore submodules
[{third_party,falcosecurity-libs,collector/proto/third_party}/**]
ignore = true

# Make JetBrains IDEs format yaml consistently with stackrox/stackrox repo.
[{*.yaml,*.yml}]
# ij_ settings meaning can be mapped from https://www.jetbrains.com/help/idea/code-style-yaml.html
ij_yaml_indent_sequence_value = false
Loading
Loading