openHAB-Alignment-Tool icon indicating copy to clipboard operation
openHAB-Alignment-Tool copied to clipboard

Bad formatting when an item starts with `_`

Open xgonc opened this issue 2 years ago • 1 comments

The following items:

Switch test1               "test 1"                                     (All)
Switch _test2              "_test 2"                                     (All)

align to:

Switch    test1    "test 1"    (All)SwitchSwitch _test2              "_test 2"                                     (All)

which is obviously wrong.

xgonc avatar Sep 14 '21 01:09 xgonc