Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editorconfig-eclipse does not apply new encoding and line-ending style #26

Open
coldserenity opened this issue May 10, 2016 · 0 comments

Comments

@coldserenity
Copy link

Use-case:

  1. Choose some file in your project
  2. Set .editorconfig to following
    • indent_style = tab
    • indent_size = 4
    • end_of_line = crlf
    • charset = latin1
  3. Reformat some file, check if encoding and EOL style have changed
  4. Set .editorconfig to following
    • indent_style = space
    • indent_size = 4
    • end_of_line = lf
    • charset = utf-8
  5. Reformat the file again. Check if encoding and EOL style have changed

In my case encoding and EOL style did not change. I have checked with IntelliJ IDEA - it does apply mentioned changes.
I'm using
Spring Tool Suite Version: 3.7.3.RELEASE Build Id: 201602250940 Platform: Eclipse Mars.2 (4.5.2)
EditorConfig Eclipse 0.2.2.201508040438 editorconfig-eclipse-feature.feature.group Nathan Jones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant