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
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
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).
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).