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 c718ef9 commit 29a1bf2Copy full SHA for 29a1bf2
1 file changed
tools/astyle.js
@@ -8,7 +8,7 @@ const validFiles = ['c', 'cpp', 'h', 'java'];
8
// let dateString = `${date.getDay() + 1}-${date.getMonth() + 1}-${date.getFullYear()}--${date.getHours()}:${date.getMinutes()}`
9
// let backupDir = `formatbackup-${dateString}`;
10
11
-let astyleOptions = "--style=java -H -k1 -j -C -s4 -xi -n" // "--options=tools\\.astyle"
+let astyleOptions = "--style=java -H -k1 -j -C -s4 -xi -n --exclude=\"runtime/src/main/jni/include\" --exclude=\"runtime/src/main/jni/v8_inspector\"" // "--options=tools\\.astyle"
12
let astyle = "astyle";
13
14
if (process.platform.indexOf("win") === 0) {
0 commit comments