Skip to content

Commit

Permalink
Configure indentation in YAML formatting consistent with StackRox
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed May 22, 2024
1 parent b9a6adf commit de55932
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit de55932

Please sign in to comment.