Loading...
Searching...
No Matches
Go to the source code of this file.
|
| | run-clang-format.excludes_from_file (ignore_file) |
| |
| | run-clang-format.list_files (files, recursive=False, extensions=None, exclude=None) |
| |
| | run-clang-format.make_diff (file, original, reformatted) |
| |
| | run-clang-format.run_clang_format_diff_wrapper (args, file) |
| |
| | run-clang-format.run_clang_format_diff (args, file) |
| |
| | run-clang-format.bold_red (s) |
| |
| | run-clang-format.colorize (diff_lines) |
| |
| | run-clang-format.print_diff (diff_lines, use_color) |
| |
| | run-clang-format.print_trouble (prog, message, use_colors) |
| |
| | run-clang-format.main () |
| |
|
| | run-clang-format.DEVNULL = open(os.devnull, "wb") |
| |
| str | run-clang-format.DEFAULT_EXTENSIONS = 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx' |
| |
| str | run-clang-format.DEFAULT_CLANG_FORMAT_IGNORE = '.clang-format-ignore' |
| |