15 lines
284 B
INI
15 lines
284 B
INI
|
[General]
|
||
|
actionName=externaltool_RustFmt
|
||
|
arguments=%{Document:FileName}
|
||
|
category=Tools
|
||
|
cmdname=rustfmt-full-file
|
||
|
executable=rustfmt
|
||
|
icon=text-x-rust
|
||
|
mimetypes=text/x-rust
|
||
|
name=Rust Fmt Full File
|
||
|
output=Ignore
|
||
|
reload=true
|
||
|
save=CurrentDocument
|
||
|
trigger=None
|
||
|
workingDir=%{Document:Path}
|