Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Code Format Fixes

Choose a tag to compare

@vknabel vknabel released this 28 Apr 10:06
· 168 commits to master since this release
  • 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 }.