cwtools / cwtools/cwtools-vscode

Formatter ignores identation settings

Open
#142 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
F#
Stars
110
Forks
19
PR merge metrics
No merged PRs in 30d

Description

When using cwtools as formatter to format files, it ignored the vscode settings for indentation and always replaces the spaces with tabs.
Here's an example of what I had also set specifically for my ck3 mods editor in vscode:
```
"[ck3]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.defaultFormatter": "tboby.cwtools-vscode"
},
```
Is there any way to set up the rules for this? (for eg, config files or some other way I don't know)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.