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

Combine ST2 and ST3 version #10

Closed sindresorhus closed 10 years ago

sindresorhus commented 11 years ago

Beforehand I thought it would require radical changes to upgrade it to PY3 and ST3, but it turned out not to. Don't see any reason why they can't be combined into one version for easier maintenance.

@dotCypress interested?

dotcypress commented 11 years ago

Combine 2 version of plugin uis not a problem, but we need to check editorconfig lib for multiversion support.

treyhunner commented 11 years ago

I added Python 3.2 and 3.3 support to the main editorconfig library shortly after the ST3 version was first added here.

Supporting both in one plugin library is probably the best way to do it.

dotcypress commented 11 years ago

But ST3 version is exists https://github.com/sindresorhus/editorconfig-sublime/tree/st3

marshallford commented 10 years ago

Have you merged the versions yet?