Skip to content

Commit 85c1bda

Browse files
committed
chore: format with clang-format
1 parent 4de8df3 commit 85c1bda

File tree

3 files changed

+150
-104
lines changed

3 files changed

+150
-104
lines changed

package-lock.json

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"build": "node-gyp rebuild",
88
"clean": "node-gyp clean",
9+
"format": "clang-format -i permissions.mm",
910
"test": "./node_modules/.bin/mocha --reporter spec"
1011
},
1112
"repository": {
@@ -16,6 +17,7 @@
1617
"permissions",
1718
"macos",
1819
"node",
20+
"napi",
1921
"native"
2022
],
2123
"author": "Shelley Vohr <[email protected]>",
@@ -30,6 +32,7 @@
3032
},
3133
"devDependencies": {
3234
"chai": "^4.2.0",
35+
"clang-format": "^1.3.0",
3336
"mocha": "^6.2.2",
3437
"node-gyp": "^6.0.1"
3538
}

0 commit comments

Comments
 (0)