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
Copy file name to clipboardExpand all lines: Documentation/Configuration.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,9 @@ top-level keys and values:
94
94
95
95
*`multiElementCollectionTrailingCommas`_(boolean)_: Determines whether multi-element collection literals should have trailing commas.
96
96
Defaults to `true`.
97
+
98
+
*`allowWhitespaceOnlyLines`_(boolean)_: Determines whether lines containing only whitespace should be preserved. When this setting is true, lines that consist solely of whitespace will not have the whitespace removed but will be modified to match the indentation.
99
+
Defaults to `false`
97
100
98
101
> TODO: Add support for enabling/disabling specific syntax transformations in
0 commit comments