We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8484bf4 commit 6c197efCopy full SHA for 6c197ef
init.lua
@@ -36,7 +36,7 @@ end
36
M.commands = {
37
lua = function() return has_config_file('.lua-format') and 'lua-format' or nil end,
38
cpp = function() return has_config_file('.clang-format') and 'clang-format -style=file' or nil end,
39
- go = 'gofmt'
+ go = 'gofmt', dart = 'dart format'
40
}
41
M.commands.c = M.commands.cpp
42
0 commit comments