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 e79914f commit 5f90c98Copy full SHA for 5f90c98
packages/@rnw-scripts/format-files/src/formatFiles.ts
@@ -21,7 +21,7 @@ import {getNativeBinary} from 'clang-format';
21
22
/// These constants control which files are formatted
23
const includeEndsWith = ['.h', '.cpp'];
24
-const excludePathContains: string[] = ['vnext/codegen'];
+const excludePathContains: string[] = [];
25
const excludePathEndsWith = ['.g.h', '.g.cpp'];
26
27
const VERIFY_FLAG = '-verify';
0 commit comments