root = true

[*.{c,cxx,h,hpp}]
# https://numpy.org/neps/nep-0045-c_style_guide.html
indent_size = 4
indent_style = space
max_line_length = 80
trim_trailing_whitespace = true
