elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.

Home Page:https://packagecontrol.io/packages/Elm%20Language%20Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow overriding package settings per-project

sentience opened this issue · comments

Packages like JS Prettier support including package settings in a .sublime-project file to override global user settings for that package specified in the User/Package.sublime-settings file. See JS Prettier's implementation of this here: JsPrettier.py

Because different projects may, for example, depend on different versions of Elm, we should support project-specific package settings.