-
Notifications
You must be signed in to change notification settings - Fork 1
/
.restyled.yaml
60 lines (43 loc) · 981 Bytes
/
.restyled.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Copyright (C) 2021 The SymbiFlow Authors.
#
# Use of this source code is governed by a ISC-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/ISC
#
# SPDX-License-Identifier: ISC
# See https://github.com/restyled-io/restyled.io/wiki/Configuring-Restyled
enabled: true
exclude:
- "**/*.patch"
- "**/node_modules/**/*"
- "**/vendor/**/*"
- ".github/workflows/**/*" # https://github.com/restyled-io/restyler/issues/73
- "**/third_party/**/*"
changed_paths:
maximum: 1000
outcome: error
remote_files: []
auto: false
commit_template: |
Restyled by ${restyler.name}
pull_requests: true
comments: false
statuses:
skipped: true
differences: true
no_differences: true
error: true
request_review: none
labels: []
ignore_authors:
- "*[bot]"
ignore_branches:
- "renovate/*"
ignore_labels:
- restyled-ignore
restylers_version: stable
restylers:
- clang-format
- yapf
- prettier-json
- verible