Skip to content

Commit

Permalink
feat(vim): use editorconfig for shfmt settings
Browse files Browse the repository at this point in the history
closes: #32
  • Loading branch information
eliasnorrby committed Feb 26, 2021
1 parent af16609 commit 67f34a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/neovim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"diagnostic-languageserver.formatters": {
"shfmt": {
"command": "shfmt",
"args": ["-i", "2", "-bn", "-ci", "-kp"]
"args": ["-filename", "script.sh"]
}
}
}

0 comments on commit 67f34a6

Please sign in to comment.