-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
- Open a new file (unix format). Create and select this code
if [ $a -eq 0 ]; then
echo "a = 0"
else
echo "a != 0"
fi
- 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
Labels
No labels