local-settings

Apply project-local settings to current ones.

s-shin

1,342

8

0.4.1

MIT

GitHub

Local Settings

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

demo

Installation

apm install local-settings

Usage

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.