Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Formatter does not insert spaces for sizeof()
Formatter does not insert spaces for sizeof() [message #1860558] Wed, 16 August 2023 22:14
Anthony Mulieri is currently offline Anthony MulieriFriend
Messages: 1
Registered: August 2023
Junior Member
I have the formatter to insert spaces after opening paren and before closing paren for everything I could find (e.g., function invocations , casts) but it always formats sizeof as sizeof(char) not sizeof( char )

Is there an option that I am missing?

Thanks
Previous Topic:Folding color
Next Topic:Can't build Hello World
Goto Forum:
  


Current Time: Mon Jan 20 03:41:30 GMT 2025

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

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

Back to the top