From 0df099e63e67f4204cf75610889abb1e2a86322f Mon Sep 17 00:00:00 2001 From: Chiel92 Date: Thu, 8 Jan 2015 12:01:07 +0100 Subject: [PATCH] Minor style fixes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a8eccd..c213966 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,11 @@ It's probably in your distro's repository, so you can download it as a regular p For Ubuntu type `sudo apt-get install astyle` in a terminal. Otherwise, download it here: http://astyle.sourceforge.net/. -* `clang-format` for Objective-C. -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/. To specify custom clang-format options, add to your .vimrc: `let g:format_args_objc = "-style=file"`. clang-format details: http://clang.llvm.org/docs/ClangFormat.html +* `clang-format` for __Objective-C__. +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/. +To to load style configuration from a .clang-format file, add to your .vimrc: `let g:format_args_objc = "-style=file"`. +Details: http://clang.llvm.org/docs/ClangFormat.html. * `autopep8` for __Python__. It's probably in your distro's repository, so you can download it as a regular package.