tab_width isn't applied properly
See original GitHub issueMy configuration is:
[*]
indent_size = 2
tab_width = 8
What I see in opened files is that both indentation size and tab width are set to 2.
I think, EditorConfig can’t work properly because of https://github.com/Microsoft/vscode/issues/10339.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
prettier.tabWidth not working · Issue #340 - GitHub
When i format a document the code gets formatted but the tab width is 2 spaces wide. This happens to all types of...
Read more >Unable to set tab width to 4 in prettier - Stack Overflow
First, remove any .prettierrc from the working directory. Because it overrides user settings and uses the default values.
Read more >Tabs and indents settings does not work
Hello,. I have a problem with tab and indents settings. In settings->codestyle->php->tabs&indents I have set tab character for indent.
Read more >Maximum tab width makes tabs not move anymore - Reddit
Hey, so I wanted my tabs to be smaller by default, so I set added max-width: 80px to the .tabbrowser-tab:not([pinned]) section of my ......
Read more >Add option to control tab width when viewing files - GitLab
If the tabs are used correctly, it does not matter whether the user likes 1 or 16 spaces - the code will always...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
is this what you want?
Here’s an example of such Makefile.
Unfortunately, GIthub replaces tab character with 4 spaces, so we have to pretend there is a tab.