We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de98cb4 commit 842abf9Copy full SHA for 842abf9
package.json
@@ -9,7 +9,7 @@
9
"lint": "prettier --check index.js",
10
"format": "npm run format:js && npm run format:cpp",
11
"format:js": "prettier --write index.js",
12
- "format:cpp": "find src/ -iname *.h -o -iname *.cc -iname *.mm | xargs clang-format -i",
+ "format:cpp": "find src -name '*.mm' -o -name '*.h' -o -name '*.cc'| xargs clang-format -i",
13
"test": "./node_modules/.bin/mocha --reporter spec"
14
},
15
"repository": {
0 commit comments