Skip to content

Quantco/pre-commit-mirrors-clang-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clang-format pre-commit hook

pre-commit hook of clang-format with conda as a language / package manager.

For pre-commit: see here

For clang-format: see here

Using clang-format with pre-commit and conda:

Add this to your .pre-commit-config.yaml

 - repo: https://github.com/quantco/pre-commit-mirrors-clang-format
   rev: ''  # Use the sha / tag you want to point at
   hooks:
     - id: clang-format-conda