forked from mirrors/gecko-dev
		
	|  76bfd8c1e3 Fixes https://github.com/servo/servo/issues/11966 Fixes https://github.com/servo/servo/issues/12707 Also adds simple mechanism to set os specific prefs, by adding like `os:macosx,os:windows;` before pref name. Source-Repo: https://github.com/servo/servo Source-Revision: b5f3d7dd413886037de8f1bc435ede34a98421b3 | ||
|---|---|---|
| .. | ||
| servo_tidy | ||
| servo_tidy_tests | ||
| HISTORY.rst | ||
| Makefile | ||
| README.rst | ||
| setup.py | ||
servo_tidy ========== Servo's code and license checker. Install from PyPI (coming soon) or ``` pip install -e git+https://github.com/servo/servo.git#egg=servo_tidy&subdirectory=python/tidy ``` To run the tests ++++++++++++++++ ``` ./mach test-tidy --self-test ```