dev: automated commit - 2025-10-02 10:19:17

This commit is contained in:
Mariano Z. 2025-10-02 10:19:17 -03:00
parent 6ea7e931f5
commit 83e317cf99
2 changed files with 24 additions and 14 deletions

View file

@ -37,6 +37,16 @@ return {
command = "dotnet-csharpier",
args = { "--write-stdout" },
},
["clang-format"] = {
meta = {
url = "https://clang.llvm.org/docs/ClangFormat.html",
description = "Format C/C++/JavaScript/JSON/Objective-C/Protobuf code.",
},
command = "clang-format",
args = {
"--style={BasedOnStyle: LLVM, BreakBeforeBraces: Attach, AllowShortFunctionsOnASingleLine: None}",
},
},
},
format_on_save = {
timeout_ms = 500,