# https://editorconfig.org/

# The cgconfig-sysv package is a special case, these definitions
# augment the top-level ones.
#
# root = true

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

[changelog]
indent_style = space
indent_size = 2

[{control,copyright}]
indent_style = space
indent_size = 1

[{*.postinst,*.postrm,*.prerm,rules,**/rules}]
indent_style = tab
tab_size = 8
