mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
To reproduce: $ touch foo.c foo.cc foo.cpp foo.h foo.m foo.mm $ ./ci/format.sh This will not check any file with clang, as the following command will do a shell expansion and not find anything in git that matches: $ git ls-files *.c *.cc *.cpp *.h *.m *.mm