Skip to content

Commit

Permalink
Update formatting options in "settings" (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored May 23, 2021
1 parent b49fb8b commit 734f51c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def on_client_configuration_ready(cls, configuration: dict):
if view:
view_settings = view.settings()
configuration \
.setdefault('initializationOptions', {}) \
.setdefault('config', {}) \
.setdefault('settings', {}) \
.setdefault('vetur', {}) \
.setdefault('format', {}) \
.setdefault('options', {}) \
Expand Down

0 comments on commit 734f51c

Please sign in to comment.