0.6.5 does not honor tab size settings
See original GitHub issueeditorconfig-vscode version: 0.6.5
Expected behavior
Tab size settings applied to editor in workspace
Actual behavior
Invalid tab size in editor
Steps to reproduce the behavior
root = true
[*]
indent_style = space
indent_size = 4
[*.{c,cpp,h,hpp,proto}]
indent_style = tab
indent_size = 2
indent_style
is tab
but I still see indent_size = 4
in editor:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:25 (11 by maintainers)
Top Results From Across the Web
How I can increase tab width in notepad++ (v6.5)?
1, from the main menu "Settings"->"Preferences..." on the very far right near the bottom of the "Preferences" dialog you'll see "Tab size:" and...
Read more >Current news - RKWard - KDE
RKWard 0.6.5 - Much improved preview functionality, and more ... Fixed: Disabling a element in plugins would not make the sub-elements non- ...
Read more >z/OS Connect (OpenAPI 2) change history - IBM
PH37316 - The onError=FAIL parameter is not honored when the z/OS Connect configuration files contain errors. August 2021. V3.0.48 (APAR PH38810). Server code ......
Read more >SEEO Changelog - EEHarbor
MSM- does not honor channel defaults across sites. Tab ... Maximum length check to the title and description fields in the SEEO tab...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug:2 - "How do I attach an ebuild. ... Bug:234 - "app-misc/gentoo doesn't honor make.conf CFLAGS" status:RESOLVED resolution:FIXED severity:minor ...
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
Hi, @jedmao. In my case, there is no any output (no EditorConfig option in the output window). I think the extension fails to start. I also found that there are some error messages at the developer tools:
@ianlini thank you! I know exactly what’s going on now. I must have done a rename on that particular file at some point and because I already had
insertFinalNewline.js
in my compiledout/
folder, every time I ran the TypeScript compiler w/ thetsc
command it just overwrote it w/o changing it toInsertFinalNewline.js
. Notice the capital “I” at the beginning! I’m going to publish a patch right now.