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

Jinja formatting issues #715

Merged
merged 7 commits into from
Aug 28, 2024
Merged

Commits on Jul 15, 2023

  1. - Added some regex to ensure we have double quoted attributes for the…

    … whole of the file
    
    - Added code to handle extra spacing inside the double quotes, as well as ensure only single quotes
    - It also removes any extra white space based on teh word boundaries
    jessielw committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7b7e504 View commit details
    Browse the repository at this point in the history
  2. - Fixed testing to be in line with the single quotes inside and doubl…

    …e quotes on the outside
    jessielw committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    4a1dc72 View commit details
    Browse the repository at this point in the history
  3. - Fix comment

    jessielw committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7d4d93f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    f8fc285 View commit details
    Browse the repository at this point in the history
  2. - Add the ability to detect what ever the outer most quotes was for e…

    …ach section and correctly modify the inner quotes
    
    - This will always prioritize what ever the user had set on the outer quotes and will only activate for jinja templates
    jessielw committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    e9dc2aa View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. updated test

    christopherpickering committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    71698c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    14dc271 View commit details
    Browse the repository at this point in the history