4 lines
215 B
Fish
4 lines
215 B
Fish
function clang-format
|
|
set --local style "{BasedOnStyle: llvm, IndentWidth: 4, AllowShortFunctionsOnASingleLine: None, KeepEmptyLinesAtTheStartOfBlocks: false}"
|
|
command clang-format -style="$style" $argv
|
|
end
|