Closed antonWetzel closed 1 year ago
The input
#{ { v(0pt) v(0pt) } }
gets formatted to
For every line in the nested expression after the first the leading tabs are not removed. This is only relevant if an user uses the formatter with an unformatted file still with tabs.
Thanks a lot for your report! I never noticed! I'll investigate this tomorrow or the day after!
The formatter now simply replaces the tabs with spaces!
The input
gets formatted to
For every line in the nested expression after the first the leading tabs are not removed. This is only relevant if an user uses the formatter with an unformatted file still with tabs.