mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore: Move Linux-only configs out of "common" and into "linux"
This commit is contained in:
14
linux/.config/kate/externaltools/Go%20Fmt%20Full%20File.ini
Normal file
14
linux/.config/kate/externaltools/Go%20Fmt%20Full%20File.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
[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}
|
||||
Reference in New Issue
Block a user