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)
|
return home if verifyExists(home)
|
||||||
null
|
null
|
||||||
getConfigOptionsFromSettings = (langs) ->
|
getConfigOptionsFromSettings = (langs) ->
|
||||||
config = atom.config.getSettings()["atom-beautify"]
|
config = atom.config.get('atom-beautify')
|
||||||
options = {}
|
options = {}
|
||||||
# console.log(langs, config);
|
# console.log(langs, config);
|
||||||
# Iterate over keys of the settings
|
# Iterate over keys of the settings
|
||||||
|
|
Loading…
Reference in New Issue