From ae9ccd2cb8915a399d9c72bb4c81fde298d7ada4 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 17 Sep 2018 22:28:34 +0200 Subject: [PATCH] Include header file types in editor config. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8ee01795c03..55e1ad7aa0b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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