chore: Move Linux-only configs out of "common" and into "linux"

This commit is contained in:
Pratik Tripathy
2024-12-13 19:47:08 +05:30
parent bfaba00cb5
commit 7714ad3bce
27 changed files with 34 additions and 20 deletions

View File

@@ -1,13 +0,0 @@
[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}