Skip to content

Added a parameter to add more control of comment offset#520

Open
rjk9w5 wants to merge 1 commit intojbeder:masterfrom
rjk9w5:comment_flexibilty
Open

Added a parameter to add more control of comment offset#520
rjk9w5 wants to merge 1 commit intojbeder:masterfrom
rjk9w5:comment_flexibilty

Conversation

@rjk9w5
Copy link
Copy Markdown

@rjk9w5 rjk9w5 commented Jul 28, 2017

I wanted this for generating config files that users would interact with on a regular basis. This makes it a little easier to look at as a user. The existing tests still work.

@rjk9w5
Copy link
Copy Markdown
Author

rjk9w5 commented Jul 31, 2017

I added this for my own purposes but figured I would share it because sharing is caring. Super simple change that shouldn't effect any existing code.

Old:

yaml: 
  language: cpp # the language field
  xdcx: 23423 # Some cryptic field name description 
              # that clears this up

New:

yaml: 
  language: cpp     # the language field
  xdcx: 23423       # Some cryptic field name description 
                    # that clears this up

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants