- add blank line after section if beautify enabled
This commit is contained in:
@@ -140,6 +140,8 @@ class ChaChaSimpleINI_section(ChaChaSimpleINI_section_Base):
|
||||
result = result + key.format()+ "\n"
|
||||
elif isinstance(key,ChaChaSimpleINI_key_Blank) and (bBeautify==False):
|
||||
result = result + "\n"
|
||||
if bBeautify==True:
|
||||
result = result + "\n"
|
||||
return result
|
||||
|
||||
def appendCommentKey(self,delimiter:str,value:str):
|
||||
|
||||
Reference in New Issue
Block a user