-
Notifications
You must be signed in to change notification settings - Fork 22
Doesn't work on Mac OSX #89
Comments
Hey, thx for reporting! Currently we have an issue with this and we are working on it. Can you verify that it is properly indenting when you enable 'insert_final_newline = true' in the editorconfig and remove the newline from the file before saving it (see #88 )? |
@Yserz I have the same issue with white space as in #88 I guess it is more Netbeans issue though, or probably my imported settings from old machine messed up something. I'll have to investigate further on that. |
Uh jeah, sounds like an NetBeans issue since we are relying on the NetBeans indentation in the current implementation. Does it work well for you if you format other file types? |
@Yserz Yep, Html5. |
Mh, I just tested it with my NetBeans 8.0.2 and without the editorconfig plugin and it worked just fine :o |
Strange. Could you please try this inner block, and confirm that it has proper alignment. Also after formatting try to change indents from 4 to 2 in settings and try to format again. Sometimes it worked for me, but most of the time I had wrong indents. |
It seems that on save nothing is happening.
Steps to reproduce:
Download and install plugin on Netbeans 8.0.2
Restart IDE
Edit and save .less file.
Nothing changes although 4 spaces should become 2 as pointed in .editorconfig file.
I have Java 8 installed
Here is the sample .editorconfig
The text was updated successfully, but these errors were encountered: