Skip to content

Commit

Permalink
Merge pull request #157 from aparedes/master
Browse files Browse the repository at this point in the history
Get Atom User settings instead of only default settings
  • Loading branch information
Glavin001 committed Dec 27, 2014
2 parents ae9ff90 + 3499c11 commit 825b49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beautify.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ findConfig = (config, file, upwards=true) ->
return home if verifyExists(home)
null
getConfigOptionsFromSettings = (langs) ->
config = atom.config.getSettings()["atom-beautify"]
config = atom.config.get('atom-beautify')
options = {}
# console.log(langs, config);
# Iterate over keys of the settings
Expand Down

0 comments on commit 825b49a

Please sign in to comment.