Fix coredump for swrast
[platform/upstream/mesa.git] / .editorconfig
index 5409a14..6909880 100644 (file)
@@ -20,14 +20,6 @@ indent_style = tab
 indent_style = space
 indent_size = 4
 
-[*.pl]
-indent_style = space
-indent_size = 4
-
-[*.m4]
-indent_style = space
-indent_size = 2
-
 [*.yml]
 indent_style = space
 indent_size = 2
@@ -42,3 +34,11 @@ trim_trailing_whitespace = false
 [{meson.build,meson_options.txt}]
 indent_style = space
 indent_size = 2
+
+[*.ps1]
+indent_style = space
+indent_size = 2
+
+[*.rs]
+indent_style = space
+indent_size = 4