/local-settings

Apply project-local settings to current ones.

Primary LanguageCoffeeScriptMIT LicenseMIT

Local Settings

This package allows you to extend the current config with project-local settings.

demo

Installation

apm install local-settings

Usage

  • Make .atomrc.cson file in the root of the current workspace. .atomrc.cson can include any settings which are available in config.cson.
  • Execute Local Settings: Enable from the command palette (cmd+shift+p).
  • If you edit .atomrc.cson after enabled, execute Local Settings: Reload.
  • If you want to restore settings, execute Local Settings: Disable.

Configuration

You can configure some settings by config.cson.

'local-settings':
  'configFileName': '.atomrc' # '.cson' is automatically appended
  'autoEnable': false # if true, enable local settings on opening project

If you change config.cson, do Window: Reload.

Notice

Currently the config file in the first project is used in any projects when you load multiple projects in the tree view.