This commit is contained in:
Jon Thysell (JAUNTY) 2024-02-28 13:24:05 -08:00
Родитель ad785be2fa
Коммит 3159bf1180
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ import {getNativeBinary} from 'clang-format';
/// These constants control which files are formatted
const includeEndsWith = ['.h', '.cpp'];
const excludePathContains: string[] = ['vnext/codegen'];
const excludePathContains: string[] = [];
const excludePathEndsWith = ['.g.h', '.g.cpp'];
const VERIFY_FLAG = '-verify';