Project

Profile

Help

Bug #57

closed

Indentation in second-level SharpScript doesn't save well

Added by Vincent Le Goff over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
SharpScript
Sprint/Milestone:
% Done:

100%

Company:
-
Contact person:
-
Additional contact persons:
-

Description

When a SharpScript syntax holds a second-level indentation (or a third-level one, for that matter), the indentation, while ignored by the engine, isn't saved well.

#trigger ... {
    #say 1
    #say 2
}
<pre>

When it is saved the first time, the following is written:

<pre>
#trigger ... {

        #say 1
        #say 2
}
<pre>

A level of indentation is added each time the file is saved.

Please register to edit this issue

Also available in: Atom PDF Tracking page