It will be quite convenient to use if fallback style support is added,
so that clang-format.py will search and use existing .clang-format file
if there is any and fallback to the specific format style if not.
It should cover the projects which don't have .clang-format files
in their source.
And option fallback-style is available in clang 3.5 or later, it is safe to use.