This commit is contained in:
Leandro Afonso
2025-09-27 18:39:59 +01:00
commit f0cdef9259
1220 changed files with 77975 additions and 0 deletions

View File

@@ -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}