We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814caea commit cb0a2e0Copy full SHA for cb0a2e0
vicutils/printBin.py
@@ -2,7 +2,7 @@
2
3
# Default configuration constants
4
DEFAULT_UNIT_SIZE = 3
5
-DEFAULT_VALUE_FILL_CHAR = "_" # Character used to pad node values (e.g., "_5_")
+DEFAULT_VALUE_FILL_CHAR = " "
6
DEFAULT_CONNECTOR_FILL_CHAR = "_" # Character used to fill horizontal gaps between node pairs
7
8
0 commit comments