Skip to content

Snippet code with no break line #27

@gwarah

Description

@gwarah
  1. Open a new file (unix format). Create and select this code
if [ $a -eq 0 ]; then
    echo "a = 0"
else
    echo "a != 0"
fi 
  1. Try to add a new snippet from the selected code. In my environment, it results on this non-formatted code:

if [ $a -eq 0 ]; then echo "a = 0" else echo "a != 0" fi

My environment:

OS: windows 7
npp: 7.8.2
Snippets vs: 1.5.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions