This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
chore: update clangformat version to 14
tags/0.1.0
TCL
4 years ago
parent
14b2ce91d3
commit
3bce0f03ef
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.clang-format
+1
-1
.github/workflows/clang-format.yml
+ 2
- 2
.clang-format
View File
@@ -1,7 +1,7 @@
---
BasedOnStyle: Microsoft
Language: CSharp
AccessModifierOffset: -
2
AccessModifierOffset: -
4
AlignAfterOpenBracket: BlockIndent
AlignArrayOfStructures: None
AlignConsecutiveMacros: None
@@ -143,7 +143,7 @@ UseTab: Never
---
BasedOnStyle: Google
Language: Cpp
AccessModifierOffset: -
2
AccessModifierOffset: -
4
AlignAfterOpenBracket: BlockIndent
AlignArrayOfStructures: None
AlignConsecutiveMacros: None
+ 1
- 1
.github/workflows/clang-format.yml
View File
@@ -9,5 +9,5 @@ jobs:
with:
source: '.'
extensions: 'cs,c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx,i,ixx,ipp,i++'
clangFormatVersion: 1
2
clangFormatVersion: 1
4
inplace: False
Write
Preview
Loading…
Cancel
Save