From 8710dce3db445b34cbc622da914ddc2353b56a9b Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 19 Oct 2015 12:43:56 +0200 Subject: [PATCH] Added auto-indentation in features. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b769f72..738f718 100644 --- a/README.md +++ b/README.md @@ -22,6 +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 clang-format-version) * Source minimap * Full UTF-8 support