Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Ignore lines not starting with white space when parsing#27

Open
sebthom wants to merge 1 commit intobytedance:developfrom
sebthom:patch-1
Open

Ignore lines not starting with white space when parsing#27
sebthom wants to merge 1 commit intobytedance:developfrom
sebthom:patch-1

Conversation

@sebthom
Copy link

@sebthom sebthom commented Feb 1, 2020

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

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
Copy link
Author

sebthom commented May 20, 2020

@JingYeoh please review, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant