Skip to content

Commit ab2faef

Browse files
Export cpp_style configs to ydb
Export cpp_style configs to ydb commit_hash:1f05f3bddb56ef6a6f010eedf7bd3342b2a78cbf
1 parent 2aad515 commit ab2faef

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

build/config/tests/cpp_style/a.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
service: arcadia-unassigned
2+
title: clang-format default config
3+
4+
arcanum:
5+
review:
6+
auto_assign: true
7+
groups:
8+
- name: cppcommittee
9+
roles: cppcommittee:consultant
10+
rules:
11+
- subpaths: "config.clang-format"
12+
reviewers:
13+
- name: cppcommittee
14+
assign: 1
15+
ship: 0
16+
min_approvers_count: 1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"clang_format": "build/config/tests/cpp_style/config.clang-format"
3+
}

0 commit comments

Comments
 (0)