Skip to content

s-shin/local-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Apply project-local settings to current ones.

Resources

License

Stars

Watchers

Forks

Packages

No packages published