[Neos] Formating TS2 Scripts
Elmar Zoepf
elmar.zoepf at rapidware.de
Tue Mar 3 15:15:50 CET 2015
I usually format source code that way:
tag
{
anothertag
{
}
}
When I write TS2 scripts in NEOS using this formating NEOS crashes when parsing the script. When returning to that format anything works well:
tag {
anothertag {
}
}
I think formating is a question of personal preference and should not be part of a language definition (Some may remember COBOL and its tedious formating rules).
More information about the Neos
mailing list