Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
by sindresorhusLast 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/editorconfig-sublime. Description: Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors Stars: 1775, Forks: 107. Primary language: Python. Languages: Python (100%). License: MIT. Topics: editorconfig, python, sublime-package, sublime-text, sublime-text-plugin. Latest release: v1.2.0 (7mo ago). Open PRs: 1, open issues: 9. Last activity: 7mo ago. Community health: 71%. Top contributors: sindresorhus, jfcherng, oker1, deathaxe, vogu66, kzvi, ktrotter-emsi, jwortmann, andig, treyhunner and others.
Python
This was discussed in the closed issue #27 but I can't find a solution. Issue: Every time I save a file (Mac OSX 10.13.6 and Sublime Text 3.1.1) the cursor position jumps near the top of the file. _Originally posted by @drguiom in https://github.com/sindresorhus/editorconfig-sublime/issues/27#issuecomment-451121209_ There is a $40.00 open bounty on this issue. Add more on Issuehunt. Checkout the Issuehunt explorer to discover more funded issues. Need some help from other developers? Add your repositories on Issuehunt to raise funds.
This PR proposes to enable the plugin to run on python 3.8 plugin_host when running on ST4.
Closes #98 Per discussion in https://github.com/jwortmann/ini-syntax/issues/16. This PR has significant effects to the highlighting colors due to modified scope names in the syntax. @sindresorhus Could you please review, merge and push a tag for Package Control, unless you have any objections. After that I would remove the similar syntax from the INI package.