Skip to content

Support for minification #5

@dinusv

Description

@dinusv

Indentation and new lines should be minified based on a configuration parameter.

Implementation Details

class EndInstructionInsertion{}

*insert << endinstr(); // will create an EndInstructionInsertion

Depending if it's minified or not, EndInstructionInsertion will output either \n or ;.

indent function will also need to be modified

Metadata

Metadata

Assignees

No one assigned

    Labels

    new featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions