.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH CLANG-APPLY-REPLACEMENTS "1" "August 2019" "clang-apply-replacements 8" "User Commands" .SH NAME clang-apply-replacements \- manual page for clang-apply-replacements 8 .SH DESCRIPTION USAGE: clang\-apply\-replacements [options] .PP OPTIONS: .PP Formatting Options: .TP \fB\-format\fR \- Enable formatting of code changed by applying replacements. Use \fB\-style\fR to choose formatting style. .TP \fB\-style=\fR \- Coding style, currently supports: LLVM, Google, Chromium, Mozilla, WebKit. .TP Use \fB\-style\fR=\fI\,file\/\fR to load style configuration from \&.clang\-format file located in one of the parent directories of the source file (or current directory for stdin). Use \fB\-style=\fR"{key: value, ...}" to set specific parameters, e.g.: .IP \fB\-style=\fR"{BasedOnStyle: llvm, IndentWidth: 8}" .TP \fB\-style\-config=\fR \- Path to a directory containing a .clang\-format file describing a formatting style to use for formatting code when \fB\-style\fR=\fI\,file\/\fR. .PP Generic Options: .HP \fB\-help\fR \- Display available options (\fB\-help\-hidden\fR for more) .HP \fB\-help\-list\fR \- Display list of available options (\fB\-help\-list\-hidden\fR for more) .HP \fB\-version\fR \- Display the version of this program .PP Replacement Options: .TP \fB\-remove\-change\-desc\-files\fR \- Remove the change description files regardless of successful merging/replacing.