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

FEATURE: Add indentation configuration #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 14, 2018

  1. FEATURE: Add indentation configuration

    Uses C Like indentation with adjusted configuration.
    
    Respects multi line values and curly braces.
    
    Does not indent within conditions so far.
    DanielSiepmann committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    e585c9e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. feat: Configure commentstring

    Allows to use all native supported ways.
    Also some plugins pick this setting up to allow easily commenting /
    uncommenting.
    jirgn-cornelsen authored and DanielSiepmann committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    afd1fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2492c8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a76f108 View commit details
    Browse the repository at this point in the history
  4. feat: Highlight all operator

    Add := and > as tsLineOperator.
    
    Relates elmar-hinz#8
    DanielSiepmann committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    246230c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Remove old legacy file type extensions

    Those conflict with others like TypeScript anyway and should not be used
    anymore.
    typoscript and tsconfig are the official ones to use.
    DanielSiepmann committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    12b2ad4 View commit details
    Browse the repository at this point in the history