Skip to content

Commit

Permalink
change some atom settings
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed May 19, 2017
1 parent ea6bcb4 commit 8d4881a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions atom.symlink/config.cson
Expand Up @@ -16,7 +16,12 @@
beautify_on_save: true
ruby:
default_beautifier: "Ruby Beautify"
"autocomplete-modules":
babelPluginModuleResolver: true
webpack: true
core:
closeDeletedFileTabs: true
closeEmptyWindows: false
disabledPackages: [
"background-tips"
"exception-reporting"
Expand Down Expand Up @@ -62,3 +67,7 @@
".js.jsx.react.source":
editor:
autoIndent: true
".js.jsx.source":
editor:
autoIndent: false
autoIndentOnPaste: false

0 comments on commit 8d4881a

Please sign in to comment.