Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » c++ class access specifier indentation
c++ class access specifier indentation [message #197903] Fri, 20 July 2007 14:11
Sascha Scholz is currently offline Sascha ScholzFriend
Messages: 2
Registered: July 2009
Junior Member
Hi everyone,

I'm trying to get the following indentation style with CDT 4.0. Maybe
someone can help me...

namespace N
{
class C
{
public:
C();
};
}

Different attempts only lead to the following... :-(

namespace N
{
class C
{
public:
C();
};
}

namespace N
{
class C
{
public:
C();
};
}

Any ideas out there?

Cheers,
Sascha
Previous Topic:Customizing CDT for enterprise use
Next Topic:How to "Ctrl-Tab" among
Goto Forum:
  


Current Time: Mon Jan 13 17:32:28 GMT 2025

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

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

Back to the top