forked from ElektraInitiative/libelektra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.restyled.yaml
44 lines (43 loc) · 989 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
restylers_version: v0.238.0
auto: true
pull_requests: false
restylers:
- clang-format:
image: restyled/restyler-clang-format:15.0.6
include:
- "**/*.c"
- "**/*.cc"
- "**/*.cpp"
- "**/*.cxx"
- "**/*.c++"
- "**/*.C"
- "**/*.cs"
- "**/*.h"
- "**/*.hh"
- "**/*.hpp"
- "**/*.hxx"
- "**/*.h++"
- "**/*.H"
- "!tests/shell/gen/**/*"
- "!**/*.js"
command:
- clang-format
- "-i"
- "--style=file"
- prettier:
image: restyled/restyler-prettier:v2.8.4-1
- prettier-markdown:
image: restyled/restyler-prettier:v2.8.4-1
arguments: []
- shfmt:
image: restyled/restyler-shfmt:v3.4.3
arguments:
- -s
- -sr
- google-java-format:
image: 'restyled/restyler-google-java-format:v1.9'
command:
- google-java-format
- '--replace'
include:
- '**/*.java'