blob: df230cde9b7130a94e69f4e15f2cdd4d40bf5430 (
plain)
1
2
3
4
5
6
|
# Currently, most of the code in the compiler uses historical style.
#
# For new code, consider running rustfmt with this config (it should
# be picked up automatically).
version = "Two"
use_small_heuristics = "Max"
|