Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: .hgignore

Issue 29643562: Issue 5689 - Add rules for CSS declaration order to stylelint-config-eyeo (Closed) Base URL: https://hg.adblockplus.org/codingtools
Left Patch Set: Created Dec. 18, 2017, 9:14 a.m.
Right Patch Set: Fixed trailing whitespace errors Created Feb. 8, 2018, 2:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | stylelint-config-eyeo/README.md » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 syntax: glob 1 syntax: glob
2 *.pyc 2 *.pyc
3 *.pyo 3 *.pyo
4 .tox/ 4 .tox/
5 __pycache__/ 5 __pycache__/
6 *.egg-info/ 6 *.egg-info/
7 build/ 7 build/
8 dist/ 8 dist/
9 .cache/ 9 .cache/
10 .coverage 10 .coverage
11 stylelint-config-eyeo/node_modules/ 11 node_modules/
Thomas Greiner 2018/01/09 14:15:05 Detail: What about making this more generic and wr
ire 2018/01/10 10:18:51 Great idea, done.
LEFTRIGHT

Powered by Google App Engine
This is Rietveld