Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
8fe35402b0d1d15167d87dfdcc8a8d74cf5ce44f
8fe35402b0d1d15167d87dfdcc8a8d74cf5ce44f
Switch branch/tag
tilelang
.clang-format
Find file
Normal view
History
Permalink
.clang-format
99 Bytes
Edit
Web IDE
Newer
Older
[CI] add `pre-commit` integration (#955)
Xuehai Pan
committed
Oct 10, 2025
1
2
3
4
5
6
7
8
---
BasedOnStyle: LLVM
UseTab: Never
IndentWidth: 2
ColumnLimit: 80
Language: Cpp
Standard: c++17