Skip to content

Git repo update to windows msbuild 2022 #195

Git repo update to windows msbuild 2022

Git repo update to windows msbuild 2022 #195

Workflow file for this run

name: clang-format
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
with:
source: "./Sources/backend-cpp"
exclude: "./Sources/backend-cpp/Vendor ./Sources/backend-cpp/Windows"
extensions: "h,cpp"
clangFormatVersion: 12
style: "{BasedOnStyle: LLVM, IndentWidth: 4, BreakBeforeBraces: Linux, UseTab: Never, AllowShortBlocksOnASingleLine: Empty, BinPackArguments: false, BinPackParameters: false, ColumnLimit: 120}"