root = true

# Basic options that are true for most files.
[{*.{c,h,cpp,py,md,yml},meson.build}]
insert_final_newline = true
charset = utf-8

[*.{c,h,cpp}]
indent_style = space
indent_size = 2

[*.py]
indent_style = space
indent_size = 4

[meson.build]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2
