diff --git a/.editorconfig b/.editorconfig index 198e975..927467c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{cpp,h,fx,hlsl}] +[*.{cpp,h,inl,fx,hlsl}] indent_size = 4 indent_style = space trim_trailing_whitespace = true