File tree Expand file tree Collapse file tree 4 files changed +75
-1
lines changed Expand file tree Collapse file tree 4 files changed +75
-1
lines changed Original file line number Diff line number Diff line change 15
15
.vscode
16
16
* .sh
17
17
a
18
- .clang-format
19
18
codeforce /cf.cpp
Original file line number Diff line number Diff line change
1
+ BasedOnStyle : Google
2
+ Language : Cpp
3
+ MaxEmptyLinesToKeep : 3
4
+ IndentCaseLabels : false
5
+ AllowShortIfStatementsOnASingleLine : false
6
+ AllowShortCaseLabelsOnASingleLine : false
7
+ AllowShortLoopsOnASingleLine : false
8
+ DerivePointerAlignment : false
9
+ PointerAlignment : Right
10
+ SpaceAfterCStyleCast : true
11
+ TabWidth : 4
12
+ UseTab : Never
13
+ IndentWidth : 4
14
+ AccessModifierOffset : -4
15
+ ForEachMacros :
16
+ - foreach
17
+ - Q_FOREACH
18
+ - BOOST_FOREACH
19
+ - list_for_each
20
+ - list_for_each_safe
21
+ - list_for_each_entry
22
+ - list_for_each_entry_safe
23
+ - hlist_for_each_entry
24
+ - rb_list_foreach
25
+ - rb_list_foreach_safe
Original file line number Diff line number Diff line change
1
+ BasedOnStyle : Google
2
+ Language : Cpp
3
+ MaxEmptyLinesToKeep : 3
4
+ IndentCaseLabels : false
5
+ AllowShortIfStatementsOnASingleLine : false
6
+ AllowShortCaseLabelsOnASingleLine : false
7
+ AllowShortLoopsOnASingleLine : false
8
+ DerivePointerAlignment : false
9
+ PointerAlignment : Right
10
+ SpaceAfterCStyleCast : true
11
+ TabWidth : 4
12
+ UseTab : Never
13
+ IndentWidth : 4
14
+ AccessModifierOffset : -4
15
+ ForEachMacros :
16
+ - foreach
17
+ - Q_FOREACH
18
+ - BOOST_FOREACH
19
+ - list_for_each
20
+ - list_for_each_safe
21
+ - list_for_each_entry
22
+ - list_for_each_entry_safe
23
+ - hlist_for_each_entry
24
+ - rb_list_foreach
25
+ - rb_list_foreach_safe
Original file line number Diff line number Diff line change
1
+ BasedOnStyle : Google
2
+ Language : Cpp
3
+ MaxEmptyLinesToKeep : 3
4
+ IndentCaseLabels : false
5
+ AllowShortIfStatementsOnASingleLine : false
6
+ AllowShortCaseLabelsOnASingleLine : false
7
+ AllowShortLoopsOnASingleLine : false
8
+ DerivePointerAlignment : false
9
+ PointerAlignment : Right
10
+ SpaceAfterCStyleCast : true
11
+ TabWidth : 4
12
+ UseTab : Never
13
+ IndentWidth : 4
14
+ AccessModifierOffset : -4
15
+ ForEachMacros :
16
+ - foreach
17
+ - Q_FOREACH
18
+ - BOOST_FOREACH
19
+ - list_for_each
20
+ - list_for_each_safe
21
+ - list_for_each_entry
22
+ - list_for_each_entry_safe
23
+ - hlist_for_each_entry
24
+ - rb_list_foreach
25
+ - rb_list_foreach_safe
You can’t perform that action at this time.
0 commit comments