Skip to content

Commit

Permalink
Include header file types in editor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Sep 17, 2018
1 parent 9871af4 commit ae9ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae9ccd2

Please sign in to comment.