EditorConfig Eclipse not working on Windows
See original GitHub issueAs mentioned in the Installation Steps, I installed the plugin.
My .editorconfig looks like this:
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 4
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
I copied this file in my project root directory. Then I clicked on Source -> Format. It changed the indent_style from space to tab; however, as mentioned in editorconfig this Format option should let it be on space style.
Is there any other setting I need to do?
Issue Analytics
- State:
- Created 8 years ago
- Comments:19 (10 by maintainers)
Top Results From Across the Web
457046 – Support .editorconfig (editorconfig.org) - Bugs
Hi, I'm studying the capability to support .editorconfig inside Eclipse IDE by playing ... What do you think are the most critical issues...
Read more >how to apply .editorconfig to existing project in intellij
In the 1:Project sidepane, right click on the folder you want to apply the .editorconfig to (e.g. the root folder of your project);...
Read more >EditorConfig
EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.
Read more >EditorConfig | IntelliJ IDEA Documentation - JetBrains
If anything is not defined in .editorconfig or other .editorconfig files located in parent directories, it's taken from the current code ...
Read more >EditorConfig Basics: Installing (Part 1/3) - YouTube
Want more? Explore the library at https://www.codecourse.com/lessonsOfficial sitehttps://www.codecourse.
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
I’ll try to reproduce this issue on a Windows VM and get back to you.
In Eclipse Oxygen make sure to uncheck the setting “Enable project specific settings” and use work space settings, otherwise Editor Config will not be applied. I have windows and that was the reason that the plugin was not working.