Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » CSS Brace Position
CSS Brace Position [message #642406] Wed, 01 December 2010 08:44 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: December 2010
Junior Member
I've been looking through the various settings in Eclipse and cannot figure out how to put braces on a new line in CSS. Is there a setting (and if so where?) that allows me to tell Eclipse to put braces after a selector on a new line?

TL;DR

Eclipse does this:
selector {
    property: value;
}


I want it to do this:
selector
{
    property: value;
}
Re: CSS Brace Position [message #642491 is a reply to message #642406] Wed, 01 December 2010 15:20 Go to previous message
Nick Sandonato is currently offline Nick SandonatoFriend
Messages: 126
Registered: July 2009
Senior Member
Unfortunately, there is no preference for this; though, it sounds like a great enhancement request.

You can open one at https://bugs.eclipse.org/bugs/
Previous Topic:Deploying source using geronimo2.2/eclipse/WTP/GEP
Next Topic:Problem Generating the web service client proxy using WTP+ CXF
Goto Forum:
  


Current Time: Fri Apr 19 12:04:29 GMT 2024

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

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

Back to the top