From f2aba8564c2efdfd60d22d052de54052ac115ae0 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 9 Jun 2022 02:05:16 +0800 Subject: [PATCH] ci/vs2019: Update editorconfig for ps1 files Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Reviewed-by: Erik Faye-Lund Part-of: --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1bc8dca4a3a7b..f4f0566e00415 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,3 +34,8 @@ trim_trailing_whitespace = false [{meson.build,meson_options.txt}] indent_style = space indent_size = 2 + + +[*.ps1] +indent_style = space +indent_size = 2