Skip to content

project level editor settings? #207

Discussion options

You must be logged in to vote

There's an API for this that was added to Atom, but which didn't ever have a built-in interface. But you can install either atomic-management or project-config to pull this off.

For both packages, you'd create a file inside an .atom directory at the root of your project — either config.cson (for atomic-management) or config.json (for project-config). You can then define overrides using the same format as your base config.cson file. Assuming you choose atomic-management, it'd look like this:

"*":
  editor:
    softTabs: true

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by danbjoseph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants