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

MODULES-3624 Allow setting indent character #237

Merged
merged 5 commits into from
Sep 21, 2017
Merged

MODULES-3624 Allow setting indent character #237

merged 5 commits into from
Sep 21, 2017

Commits on Sep 21, 2017

  1. MODULES-3624 Allow setting indent character

    Add a new param 'indent' which allows the character used for indentation
    of newly-inserted values to be set instead of just using a space. Some
    software requires tabs in ini files, for example.
    
    The default is ' ', so the default behaviour is unchanged. This change
    only affects settings which are actually created. Settings which already
    exist and have a new value will not be re-indented.
    
    A limitation of this approach is that it will use whatever you specify
    regardless of which characters the existing indentation uses. That's how
    it behaves now with spaces, it might just be less obvious when one is
    specifying explicitly.
    jamesmcdonald committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    13a3742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369d61b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df159f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fb4673 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4005e1 View commit details
    Browse the repository at this point in the history