Fixed a typo
This commit is contained in:
parent
9a912decc7
commit
35efffddd8
@ -77,7 +77,7 @@ Here is a list of formatprograms that are supported by default, and thus will be
|
|||||||
* `clang-format` for __C__, __C++__, __Objective-C__ (supports formatting ranges).
|
* `clang-format` for __C__, __C++__, __Objective-C__ (supports formatting ranges).
|
||||||
clang-format is a product of LLVM source builds.
|
clang-format is a product of LLVM source builds.
|
||||||
If you `brew install llvm`, clang-format can be found in /usr/local/Cellar/llvm/bin/.
|
If you `brew install llvm`, clang-format can be found in /usr/local/Cellar/llvm/bin/.
|
||||||
To to load style configuration from a .clang-format file, add to your .vimrc: `let g:formatdef_clangformat_objc = '"clang-format -style=file"'`.
|
To load style configuration from a .clang-format file, add to your .vimrc: `let g:formatdef_clangformat_objc = '"clang-format -style=file"'`.
|
||||||
Details: http://clang.llvm.org/docs/ClangFormat.html.
|
Details: http://clang.llvm.org/docs/ClangFormat.html.
|
||||||
|
|
||||||
* `astyle` for __C#__, __C++__, __C__ and __Java__.
|
* `astyle` for __C#__, __C++__, __C__ and __Java__.
|
||||||
|
Loading…
Reference in New Issue
Block a user