From c2dbb1dd1ade3194ec53b5152a931c461086d40c Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 9 May 2018 18:11:46 -0700 Subject: [PATCH] Update editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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