Robert Pintilii

Results 6 issues of Robert Pintilii

Change behaviour so that things above the toolbar get resized (no more overlap between toolbar and content)

confirmed

When using `jsxExpressionContainer.spaceSurroundingExpression: true` the formatter adds spaces between multiple braces. dprint-plugin-typescript version: 0.88.8.wasm **Input Code** ```ts ``` **Expected Output** ```ts ``` **Actual Output** ```ts ```

An option that allows the user to set the space around jsx equal sign. ```diff - + ```

enhancement