diff --git a/.editorconfig b/.editorconfig index ef6cea07..b0114c86 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{cpp,hpp}] +[*.{cc,h, inl}] indent_size = 4 tab_width = 4 indent_style = space