Skip to content

Commit 5a9f46d

Browse files
author
Rob Walker
authored
whitespace (project-chip#842)
1 parent 611b9ef commit 5a9f46d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.restyled.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,30 @@ exclude:
4141

4242
# Restylers to run, and how
4343
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"
4468
- name: clang-format
4569
enabled: true
4670
image: restyled/restyler-clang-format:v9.0.0
@@ -65,6 +89,7 @@ restylers:
6589
- "**/*.java"
6690
- "**/*.js"
6791
- "**/*.m"
92+
- "**/*.mm"
6893
interpreters: []
6994
- name: prettier-json
7095
image: restyled/restyler-prettier:v1.19.1-2

0 commit comments

Comments
 (0)