Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT Code Formatter not indenting(Can't correctly configure the CDT Code formatter)
CDT Code Formatter not indenting [message #1754971] Fri, 24 February 2017 17:43
Mark Kingston is currently offline Mark KingstonFriend
Messages: 1
Registered: February 2017
Junior Member
I'm trying to configure the code style to do some custom stuff, but I'm stuck.

I want:

    tgCtrlValue =
        SPI_TGENA_MASK |
        SPI_ONESHOT_MASK |
        (1 << SPI_VALUE_POS);


But it's always doing:

    tgCtrlValue =
    SPI_TGENA_MASK |
    SPI_ONESHOT_MASK |
        (1 << SPI_VALUE_POS);
Previous Topic:How to handle the random numbers within the .cproject file?
Next Topic:compile makefile and linker problems
Goto Forum:
  


Current Time: Tue Mar 19 11:51:28 GMT 2024

Powered by FUDForum. Page generated in 0.03238 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top