File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,30 @@ exclude:
41
41
42
42
# Restylers to run, and how
43
43
restylers :
44
+ - name : whitespace
45
+ enabled : true
46
+ image : restyled/restyler-whitespace:v0.1.0.0-2
47
+ command :
48
+ - whitespace
49
+ arguments : []
50
+ include :
51
+ - " **/*.c"
52
+ - " **/*.cc"
53
+ - " **/*.cpp"
54
+ - " **/*.cxx"
55
+ - " **/*.c++"
56
+ - " **/*.C"
57
+ - " **/*.cs"
58
+ - " **/*.h"
59
+ - " **/*.hh"
60
+ - " **/*.hpp"
61
+ - " **/*.hxx"
62
+ - " **/*.h++"
63
+ - " **/*.H"
64
+ - " **/*.java"
65
+ - " **/*.js"
66
+ - " **/*.m"
67
+ - " **/*.mm"
44
68
- name : clang-format
45
69
enabled : true
46
70
image : restyled/restyler-clang-format:v9.0.0
@@ -65,6 +89,7 @@ restylers:
65
89
- " **/*.java"
66
90
- " **/*.js"
67
91
- " **/*.m"
92
+ - " **/*.mm"
68
93
interpreters : []
69
94
- name : prettier-json
70
95
image : restyled/restyler-prettier:v1.19.1-2
You can’t perform that action at this time.
0 commit comments