mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
15 lines
286 B
INI
15 lines
286 B
INI
[General]
|
|
actionName=externaltool_GoFmt
|
|
arguments=%{Document:FileName}
|
|
category=Go
|
|
cmdname=gofmt-full-file
|
|
executable=gofmt
|
|
icon=text/x-go
|
|
mimetypes=text/x-go
|
|
name=Go Fmt Full File
|
|
output=ReplaceCurrentDocument
|
|
reload=false
|
|
save=CurrentDocument
|
|
trigger=None
|
|
workingDir=%{Document:Path}
|