# .editorconfig — rendered by adopt-standard.sh (verbatim; no placeholders).
# Mirrors the standards repo's own root .editorconfig.
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

[*.{sh,bash,bats}]
indent_size = 2

[*.rego]
indent_size = 2

[*.py]
indent_size = 4

[*.md]
trim_trailing_whitespace = false  # markdown hard line breaks

[Makefile]
indent_style = tab

[*.{ps1,psm1,bat,cmd}]
end_of_line = crlf
