-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
component | engineCore algorithm of the toolCore algorithm of the toolgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstatus | readyWe agree it is good to implement thisWe agree it is good to implement thistype | feature requestNew feature or requestNew feature or request
Description
Formatter input:
[
''
foo
bar
''
]
Expected output (with indentation = "FourSpaces"
):
[
''
foo
bar
''
]
Actual output (with indentation = "FourSpaces"
):
[
''
foo
bar
''
]
Expected output (with indentation = "Tabs"
, ->
symbolize tabs):
[
->''
->-> foo
->->bar
->''
]
Actual output (with indentation = "Tabs"
):
[
->''
-> foo
-> bar
->''
]
zroug
Metadata
Metadata
Assignees
Labels
component | engineCore algorithm of the toolCore algorithm of the toolgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstatus | readyWe agree it is good to implement thisWe agree it is good to implement thistype | feature requestNew feature or requestNew feature or request