From 69b9c1b9ee1887cc81ced4b3a6cb0294905d03d4 Mon Sep 17 00:00:00 2001 From: Wojciech Figat Date: Thu, 12 May 2022 13:46:17 +0200 Subject: [PATCH] Add editorconfig for shader files --- Source/.editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/.editorconfig b/Source/.editorconfig index 06e4f1454..8f9d7f7b0 100644 --- a/Source/.editorconfig +++ b/Source/.editorconfig @@ -18,6 +18,11 @@ indent_size = 4 indent_style = space indent_size = 4 +# Shader files +[*.{hlsl,shader,glsl}] +indent_style = space +indent_size = 4 + # XAML files [*.xaml] indent_style = space