Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcangeli authored Feb 16, 2023
1 parent 06553e4 commit fdd075f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
This plugin adds support for [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to all JetBrains IDEs.

## Features
- `.clang-format` file support with completion and documentation
- Format code using clang-format
- Automatically format code on save (via project settings)
- `.clang-format` file support with completion and documentation
- Automatically detects indentation style and column limit from `.clang-format` file
- Automatically detects indentation style and column limit from `.clang-format` file (note that .editorconfig has the precedence)

<!-- Plugin description end -->

Expand Down

0 comments on commit fdd075f

Please sign in to comment.