Skip to content

Commit 5d5329b

Browse files
authored
Merge pull request #289 from wambugucoder/refs/heads/cleanthat/configure
Configure CleanThat
2 parents 73e5c0a + 5d22806 commit 5d5329b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

cleanthat.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
syntax_version: "2021-08-02"
2+
meta:
3+
labels:
4+
- "cleanthat"
5+
refs:
6+
branches:
7+
- "refs/heads/develop"
8+
- "refs/heads/main"
9+
- "refs/heads/master"
10+
source_code:
11+
excludes: []
12+
includes: []
13+
encoding: "UTF-8"
14+
line_ending: "UNKNOWN"
15+
languages:
16+
- language: "json"
17+
language_version: "0"
18+
skip: false
19+
source_code:
20+
excludes: []
21+
includes: []
22+
encoding: "UTF-8"
23+
line_ending: "UNKNOWN"
24+
processors:
25+
- engine: "jackson"
26+
parameters:
27+
indent: -1
28+
indentation: " "
29+
space_before_separator: true
30+
alphabetical_order: false
31+
eol_at_eof: false

0 commit comments

Comments
 (0)