summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-06-09 02:05:16 +0800
committerMarge Bot <emma+marge@anholt.net>2022-06-14 21:14:33 +0000
commitf2aba8564c2efdfd60d22d052de54052ac115ae0 (patch)
treecd6b6295452d561f83b67c245632e433268d2848 /.editorconfig
parent66eec65c5b4d76f7abb4c62c01ded419fb8d9aae (diff)
ci/vs2019: Update editorconfig for ps1 files
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>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 1bc8dca4a3a..f4f0566e004 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