Skip to content

Releases: aarcangeli/idea-clang-format

v1.1.1

25 Nov 09:18
1b9ae1d
Compare
Choose a tag to compare
  • add dependency to json plugin

v1.1.0

24 Nov 22:13
Compare
Choose a tag to compare

Fixed

  • Fixed wrong url on README.md
  • Update to idea 2024.3

v1.0.0

02 Nov 21:15
Compare
Choose a tag to compare

Added

  • Initial scaffold created from IntelliJ Platform Plugin Template
  • Language support for .clang-format files
  • Detect indentation style and column limit from .clang-format file
  • Format code using clang-format binary
  • Settings page to configure clang-format binary path
  • On Rider, format code on save (other IDEs already have this feature)