root = true

[*]
insert_final_newline = true

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

[.travis.yml]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false

[*.phpt]
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[package.xml]
indent_style = space
indent_size = 1
