# For format see editorconfig.org
#
# Copyright 2022-2025 Collabora Ltd.
# SPDX-License-Identifier: MIT

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
tab_width = 8

[{*.sh,.gitlab-ci.yml}]
indent_size = 4
indent_style = space

[*.md]
indent_size = 4
indent_style = space
tab_width = 4

[{Makefile,debian/rules}]
indent_size = 8
indent_style = tab
tab_width = 8
