-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
new featureNew feature or requestNew feature or request
Description
Indentation and new lines should be minified based on a configuration parameter.
Implementation Details
class EndInstructionInsertion{}
*insert << endinstr(); // will create an EndInstructionInsertionDepending if it's minified or not, EndInstructionInsertion will output either \n or ;.
indent function will also need to be modified
Metadata
Metadata
Assignees
Labels
new featureNew feature or requestNew feature or request