# For information on this file see: https://editorconfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{xml}]
charset = utf-8

[*.{cmake,cpp,h,sh,in,yml,xsd}]
charset = latin1
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

