Fix single-line brace formatting to preserve internal whitespace #31
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/31/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The formatter now calculates and passes explicit leading and trailing whitespace around expression content to the
_bracemethod. This ensures correct rendering of single-line expressions that include braces.