You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glad the invalid indentation by this constellation is fixed in the last version. But this bug is still here:
fantoms produces valid code, but adds semicolons at the end of each list item, while SemicolonAtEndOfLine is off
Code
letlst=[567]
Result
letlst=[5;6;7]
Options
Fantomas 2.9.1
Name
Value
IndentSpaceNum
4
PageWidth
80
PreserveEndOfLine
true
SemicolonAtEndOfLine
false
SpaceBeforeArgument
true
SpaceBeforeColon
true
SpaceAfterComma
true
SpaceAfterSemicolon
true
IndentOnTryWith
false
ReorderOpenDeclaration
false
SpaceAroundDelimiter
true
StrictMode
false
The text was updated successfully, but these errors were encountered:
jindraivanek
changed the title
Bug report from fantomas-ui
Extra semicolons in list with PreserveEndOfLine (Bug report from fantomas-ui)
Nov 28, 2018
nojaf
added a commit
to nojaf/fantomas
that referenced
this issue
Nov 29, 2018
Issue created from fantomas-ui
glad the invalid indentation by this constellation is fixed in the last version. But this bug is still here:
fantoms produces valid code, but adds semicolons at the end of each list item, while
SemicolonAtEndOfLine
is offCode
Result
Options
Fantomas 2.9.1
IndentSpaceNum
4
PageWidth
80
PreserveEndOfLine
true
SemicolonAtEndOfLine
false
SpaceBeforeArgument
true
SpaceBeforeColon
true
SpaceAfterComma
true
SpaceAfterSemicolon
true
IndentOnTryWith
false
ReorderOpenDeclaration
false
SpaceAroundDelimiter
true
StrictMode
false
The text was updated successfully, but these errors were encountered: