Формат openrc добавляет пустые строки между подряд идущими параметрами #73

Closed
opened 2021-01-27 16:45:33 +03:00 by icerider · 1 comment

В итоге конфиг преобразуется из такого

a=1
b=2
c=3

в такой

a=1

b=2

c=3
В итоге конфиг преобразуется из такого ``` a=1 b=2 c=3 ``` в такой ``` a=1 b=2 c=3 ```
Author

Пустая строка перед комментарием должна сохраняться

a=3

# test param
test=4
Пустая строка перед комментарием должна сохраняться ``` a=3 # test param test=4 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: calculate/calculate-utils-4-lib#73
No description provided.