rustfmt.toml: don't ignore just any tests path, only root one
This commit is contained in:
@@ -13,7 +13,7 @@ ignore = [
|
|||||||
|
|
||||||
# tests for now are not formatted, as they are sometimes pretty-printing constrained
|
# tests for now are not formatted, as they are sometimes pretty-printing constrained
|
||||||
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
|
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
|
||||||
"tests",
|
"/tests/",
|
||||||
|
|
||||||
# do not format submodules
|
# do not format submodules
|
||||||
# FIXME: sync submodule list with tidy/bootstrap/etc
|
# FIXME: sync submodule list with tidy/bootstrap/etc
|
||||||
|
|||||||
Reference in New Issue
Block a user