lavapipe: disable VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT for int formats
[platform/upstream/mesa.git] / .editorconfig
index 3046c51..6909880 100644 (file)
@@ -20,10 +20,6 @@ indent_style = tab
 indent_style = space
 indent_size = 4
 
-[*.pl]
-indent_style = space
-indent_size = 4
-
 [*.yml]
 indent_style = space
 indent_size = 2
@@ -38,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