Files
dotfiles/common/.config/kate/externaltools/Rust%20Fmt%20Full%20File.ini
Pratik Tripathy d058ddac73 chore(kate): Move kate back to "common" as it is cross-platform
- Link Kwrite config with Kate
2024-12-14 12:52:48 +05:30

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}