Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore lines not starting with white space when parsing #27

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Ignore lines not starting with white space when parsing #27

wants to merge 1 commit into from

Commits on Feb 1, 2020

  1. Ignore lines not starting with white space when parsing

    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 authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    d4427c3 View commit details
    Browse the repository at this point in the history