We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the moment yamkix only deals with some types of commands when it has to "move" them from their source position (with -c).
yamkix
-c
Some comments that are not taken into accout :
--- # like that? a: 1 b: # Hello # World c: 2 d: 3 --- # or like that? a: 1 b: # Hello (same col as the first value) # World c: 2 d: 3
other case :
# before test1 (top level) test1: # before test2 test2: # after test2 test3: 3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the moment
yamkix
only deals with some types of commands when it has to "move" them from their source position (with-c
).Some comments that are not taken into accout :
other case :
The text was updated successfully, but these errors were encountered: