Skip to content

Commit 5f90c98

Browse files
committed
Removing format script changes
1 parent e79914f commit 5f90c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@rnw-scripts/format-files/src/formatFiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {getNativeBinary} from 'clang-format';
2121

2222
/// These constants control which files are formatted
2323
const includeEndsWith = ['.h', '.cpp'];
24-
const excludePathContains: string[] = ['vnext/codegen'];
24+
const excludePathContains: string[] = [];
2525
const excludePathEndsWith = ['.g.h', '.g.cpp'];
2626

2727
const VERIFY_FLAG = '-verify';

0 commit comments

Comments
 (0)