From ee311925b19aace19a5570e5b9568b66f32bba67 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 17 Jun 2026 09:53:58 +0200 Subject: [PATCH] Add `.editorconfig` for engine shaders inside Content --- Content/.editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Content/.editorconfig diff --git a/Content/.editorconfig b/Content/.editorconfig new file mode 100644 index 000000000..73c128d84 --- /dev/null +++ b/Content/.editorconfig @@ -0,0 +1,7 @@ +# Shader files +[*.{hlsl,shader,glsl}] +end_of_line = crlf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4