Initial C commit
This commit is contained in:
parent
80c977769e
commit
00589cf691
4 changed files with 38 additions and 0 deletions
10
TPs/TP02/c/.clang-format
Normal file
10
TPs/TP02/c/.clang-format
Normal file
|
@ -0,0 +1,10 @@
|
|||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: Always
|
||||
BreakBeforeBraces: Attach
|
||||
ColumnLimit: 100
|
||||
PenaltyReturnTypeOnItsOwnLine: 1000000
|
||||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
SeparateDefinitionBlocks: Always
|
Loading…
Add table
Add a link
Reference in a new issue