This package allows you to extend the current config with project-local settings.
apm install local-settings
.atomrc.cson
file in the root of the current workspace.
.atomrc.cson
can include any settings which are available in config.cson
.Local Settings: Enable
from the command palette (cmd+shift+p
)..atomrc.cson
after enabled, execute Local Settings: Reload
.Local Settings: Disable
.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
.
Currently the config file in the first project is used in any projects when you load multiple projects in the tree view.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.