Merge pull request #157 from aparedes/master
Get Atom User settings instead of only default settings
This commit is contained in:
commit
825b49ad0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue