[bin/**/*.hh]
indent_style = space
indent_size = 4

[src/**/*.hh]
indent_style = space
indent_size = 4

[test/**/*Test.hh]
indent_style = space
indent_size = 4

[example/**/*.hh]
indent_style = space
indent_size = 4

[*.md]
indent_style = tab
indent_size = 2

[*.json]
indent_style = space
indent_size = 2
