From d5b98be82e8ea7d94ccf499abaa080da917640f6 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 19 Oct 2015 13:00:23 +0200 Subject: [PATCH] Specified that the auto-indentation feature using clang-format is for whole files. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8df7de..ace3b6d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ towards libclang with speed and ease of use in mind. * Run shell commands within JuCi++, even on Windows * Regex search and replace * Smart paste, keys and indentation -* Auto-indentation through clang-format (on some systems you need to create a symbolic link `/usr/local/bin/clang-format` to a specific installed clang-format-version) +* Auto-indentation of files through clang-format (on some systems you need to create a symbolic link `/usr/local/bin/clang-format` to a specific installed clang-format-version) * Source minimap * Full UTF-8 support