Warning, /utilities/kate/addons/externaltools/externaltools-config/rust_fmt_full_file is written in an unsupported language. File is not indexed.

0001 [General]
0002 actionName=externaltool_RustFmt
0003 arguments=%{Document:FileName}
0004 category=Tools
0005 cmdname=rustfmt-full-file
0006 executable=rustfmt
0007 icon=text-x-rust
0008 mimetypes=text/x-rust
0009 name=Rust Fmt Full File
0010 output=Ignore
0011 reload=true
0012 save=CurrentDocument
0013 workingDir=%{Document:Path}