# SPDX-FileCopyrightText: 2026 Contributors to brew-proxy <https://codeberg.org/HastD/brew-proxy>
#
# SPDX-License-Identifier: Apache-2.0 OR MIT

root = true

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

[meson.{build,options}]
indent_size = 2

[*.sh{,.in}]
indent_size = 2

[*.md]
indent_size = 2
trim_trailing_whitespace = false

# XML files
[*.{policy,xml}]
indent_size = 2

[data/dbus/*.conf]
indent_size = 2

# SELinux
[*.{fc,if,te}{,.in}]
indent_style = tab
indent_size = 8

[*.cil]
indent_size = 2
