Skip to content

Add pos and length so that position in the loop can be determined #305

Add pos and length so that position in the loop can be determined

Add pos and length so that position in the loop can be determined #305

Workflow file for this run

name: Style
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.18.2
with:
source: "Source"
extensions: "h,cpp"
clangFormatVersion: 10