Home | History | Annotate | Download | only in docs

Lines Matching full:program

13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used
62 -version - Display the version of this program
68 There is an integration for :program:`vim` which lets you run the
69 :program:`clang-format` standalone tool on your current buffer, optionally
80 The first line enables :program:`clang-format` for NORMAL and VISUAL mode, the
82 you need :program:`clang-format` on a different key (C-K stands for Ctrl+k).
96 Similar to the integration for :program:`vim`, there is an integration for
97 :program:`emacs`. It can be found at `clang/tools/clang-format/clang-format.el`
112 :program:`clang-format` cannot be used as a text filter with BBEdit, but works
116 point to your local copy of :program:`clang-format`.
119 :program:`clang-format` will format the selection. Note that you can rename the
128 a unified diff and reformats all contained lines with :program:`clang-format`.
141 So to reformat all the lines in the latest :program:`git` commit, just do: