vscode-swiftformat icon indicating copy to clipboard operation
vscode-swiftformat copied to clipboard

Better handling of indentation

Open vknabel opened this issue 3 years ago • 0 comments

Currently this extension reads the editor setting for the indentation and passes it to swiftformat.

This behaviour might make sense if no indentation rules were provided in the config and if the user stays to vscode's defaults. But as it belongs to the responsibility of swiftformat, the current behaviour is misleading wrong.

=> The extension should tell VS Code which indentation rules it should follow by reading the provided config (if there is any).

vknabel avatar Feb 13 '21 12:02 vknabel