Commit ae9ccd2c authored by Stefan Behnel's avatar Stefan Behnel

Include header file types in editor config.

parent 9871af4b
......@@ -8,7 +8,7 @@ insert_final_newline = true
max_line_length = 120
# 4 space indentation
[*.{py,pyx,pxi,pxd,c,cpp}]
[*.{py,pyx,pxi,pxd,c,cpp,h,hpp}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment