.editorconfig settings not respected for Markdown files
See original GitHub issueI have in .editorconfig:
[*]
indent_style = tab
While VSCode sees that properly and inserts tabs on indentation, prettier converts indentation to spaces (it’s not the case in JS, where prettier behaves as expected)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
.editorconfig `trim_trailing_whitespace` is ignored for ...
Make sure that the above setting is not overridden for Markdown files. Run Code > Reformat Code for a Markdown file with trailing...
Read more >EditorConfig for VS Code not working - Stack Overflow
I use VS Code as editor. We have a .editorconfig file with format configs within. We all ...
Read more >C# code formatting is not respecting .editorconfig
When my solution is loading, the status bar in Visual Studio 2022 shows the message “User preferences overridden by .editorconfig”, but when editing...
Read more >Web IDE - GitLab Docs
Introduced in GitLab 13.1. The Web IDE supports configuration of certain editor settings by using .editorconfig files. When opening a file, the Web...
Read more >Rich Harris on Twitter: "Deeply annoying though that ...
it does respect .editorconfig, and also your personal 'Appearance' settings, but inexplicably neither applies to markdown files.
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 Free
Top 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

Reopening, this will need some investigations
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.