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
[config] Remove newlines between parameters when writing files
unless a comment precedes a parameter. Example:
a = 1
b = 2
# This is a comment
c = 3
d = 4