4

I'm trying to make eclipse format css files my way...

Currently i've got sth like that:

.class{ 
 display: none; sth: other; 
}

But i would like to make it sth like that:

.class { display: none; sth: other; } 

Can I do this?

1 Answer 1

2

I only found in Preferences / Web / Css files / Editor that we can disable "Insert line breaks between props"

Other I think is somewhere in the sources of ecl. So even if you know about it -- you could fix it by implementing your own plugin to ecl.

Sign up to request clarification or add additional context in comments.

1 Comment

I tried that... It doesn't work like i wanted :) And i never wrote any plugin for ecl so that's not the solution too.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.