Use Visual Studio built in formatting engine?

Sysprogs forums Forums VisualGDB Use Visual Studio built in formatting engine?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32142
    curtis.hendrix
    Participant

    Is there any way to completely disable the VisualGDB / Clang code formatting engine and use the one built into Visual Studio? We have firmware setup that compiles both for ARM and x86 (using Microsoft’s VC++ compiler). It would GREAT to have 1 set of formatting rules instead of having to setup the rules in Options->Text Editor->C/C++ AND C/C++ (VisualGDB).

    #32143
    curtis.hendrix
    Participant

    Disregard.  It looks like Visual Studio can use clang format.

    #32144
    support
    Keymaster

    Hi,

    Indeed, both Visual Studio and VisualGDB can use clang-format. See the following page for more details: https://visualgdb.com/documentation/intellisense/#formatting

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.