ci/vs2019: Update editorconfig for ps1 files
authorYonggang Luo <luoyonggang@gmail.com>
Wed, 8 Jun 2022 18:05:16 +0000 (02:05 +0800)
committerMarge Bot <emma+marge@anholt.net>
Tue, 14 Jun 2022 21:14:33 +0000 (21:14 +0000)
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16934>

.editorconfig

index 1bc8dca..f4f0566 100644 (file)
@@ -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