AabResGuard icon indicating copy to clipboard operation
AabResGuard copied to clipboard

Ignore lines not starting with white space when parsing

Open sebthom opened this issue 5 years ago • 1 comments
trafficstars

This allows you to comment out lines, e.g. using '#'.

For example:

res dir mapping:
	res/anim -> res/a
	res/color -> res/b
#	res/drawable -> res/c
#	res/interpolator -> res/d
	res/layout -> res/e
	res/menu -> res/f
	res/raw -> res/g
	res/xml -> res/h

sebthom avatar Feb 01 '20 17:02 sebthom

@JingYeoh please review, thanks.

sebthom avatar May 20 '20 11:05 sebthom