This repository was archived by the owner on Jun 22, 2024. It is now read-only.
Code Format Fixes
- Code format did fail #19
- Code format always indented by 4 spaces. Now configurable.
Tab Width
By default editor.tabSize will be used. As this setting is global and affects all code, you can optionally override it using "[swift]": { "tabSize": 2 }.