Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Don't add space before block-comments
Don't add space before block-comments [message #1384716] Fri, 30 May 2014 16:31
David Spies is currently offline David SpiesFriend
Messages: 1
Registered: May 2014
Junior Member
When I autoformat a block comment

/*
This is a block comment.
It has some text
*/


It always adds a space in front of every line

/*
 This is a block comment.
 It has some text
 */


How can I turn this off? I can't find any autoformat setting for this. It makes it impossible to use autoformat for the project I'm working on because every file starts with a block comment containing the Copyright information.

Thank you
Previous Topic:syntax error for preprocessor macro, even after defining symbol
Next Topic:Project configuration for Win32/Linux
Goto Forum:
  


Current Time: Fri Apr 26 15:51:51 GMT 2024

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

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

Back to the top