The formatter now calculates and passes explicit leading and trailing whitespace around expression content to the _brace method. This ensures correct rendering of single-line expressions that include braces.
The formatter now calculates and passes explicit leading and trailing whitespace around expression content to the `_brace` method. This ensures correct rendering of single-line expressions that include braces.
Christoph
added 1 commit 2026-06-22 06:50:13 +00:00
The formatter now calculates and passes explicit leading and trailing whitespace around expression content to the `_brace` method. This ensures correct rendering of single-line expressions that include braces.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.