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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: