]> git.lizzy.rs Git - rust.git/blobdiff - rustfmt.toml
Implement Desktop and Mobile version with gridlayout
[rust.git] / rustfmt.toml
index 45cce186c09969b9dc597b6da531c63438a96f6c..480b19a5e933685cde31dddb4c6076b1169c2174 100644 (file)
@@ -6,7 +6,9 @@ merge_derives = false
 # by default we ignore everything in the repository
 # tidy only checks files which are not ignored, each entry follows gitignore style
 ignore = [
-    "build",
+    "/build/",
+    "/*-build/",
+    "/build-*/",
     "/vendor/",
 
     # tests for now are not formatted, as they are sometimes pretty-printing constrained