mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(kate): Move kate back to "common" as it is cross-platform
- Link Kwrite config with Kate
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[General]
|
||||
actionName=externaltool_ClangFormatSelectedText
|
||||
arguments=-assume-filename=%{Document:FileName}
|
||||
category=Tools
|
||||
cmdname=clang-format-selection
|
||||
executable=clang-format
|
||||
input=\s%{Document:Selection:Text}
|
||||
name=Clang Format Selected Text
|
||||
output=ReplaceSelectedText
|
||||
reload=false
|
||||
save=None
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
Reference in New Issue
Block a user