Merge pull request #157 from aparedes/master

Get Atom User settings instead of only default settings
This commit is contained in:
Glavin Wiechert 2014-12-27 19:33:19 -04:00
commit 825b49ad0f
1 changed files with 1 additions and 1 deletions

View File

@ -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