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

Partials indentation #705

Merged
merged 2 commits into from Aug 21, 2019
Merged

Partials indentation #705

merged 2 commits into from Aug 21, 2019

Commits on Aug 21, 2019

  1. Indent Partials

    As referenced in this issue:
    #562
    
    Partials aren't indented as per the spec:
    https://github.com/mustache/spec/blob/master/specs/partials.yml#L13-L15
    
    This adds indentation tracking for partials and applies them to the
    first instance of a partial on a line (to not indent inline partials
    which would violate a different part of the spec).
    kevindew authored and phillipj committed Aug 21, 2019
    Copy the full SHA
    b5d2377 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c56582a View commit details
    Browse the repository at this point in the history