Skip to content

Commit

Permalink
#493 adjust default INISerializerConfig property_indent to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
MRVermeulenDeltares committed Apr 5, 2023
1 parent a962ad9 commit fec9e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/dflowfm/ini/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class INISerializerConfig(SerializerConfig):
"""

section_indent: int = 0
property_indent: int = 4
property_indent: int = 0
datablock_indent: int = 8
datablock_spacing: int = 2
comment_delimiter: str = "#"
Expand Down

0 comments on commit fec9e19

Please sign in to comment.