sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Sublime Text 3 running on Windows 8 #13

Closed marshallford closed 11 years ago

marshallford commented 11 years ago

After installing the ST3 version of EditorConfig I still can't get the plugin to work with ST3 version 3047 on Windows 8 Pro.

Has anyone else gotten EditorConfig to working in this environment? Maybe I am just missing something.

sindresorhus commented 11 years ago

Can both of you paste the contents of Console (in the app)? Also describe what "not working" entails.

marshallford commented 11 years ago

Similar to @Sheril, my console doesn't show anything useful. I am using a .editorconfig file in the root of my project that contains the recommended default settings featured on this repo. Also, I would assume that this is a Windows problem in general.

luisrudge commented 11 years ago

I have this problem too...

# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

Does nothing on save :(

marshallford commented 11 years ago

Any update on this problem?