Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Formatting in NetBeans: CSS specific

I would like to use spaces for indentation for most code, but use tabs for indentation in CSS. In Visual Studio and Notepad++, you can configure this for all languages. But in NetBeans (setup for PHP), I can only select "All languages" or "PHP".

Is there a way to make other languages have specific formatting settings (specifically CSS)?

like image 781
Matt Avatar asked Jun 12 '26 05:06

Matt


1 Answers

Depending on the IDE modules that you have, you will see PHP, Java or All Languages. But there is no way to change formatting styles for CSS-only in Netbeans. This feature has been asked a few times already in the Netbeans users list, but has not been implemented yet.

like image 124
sunbiz Avatar answered Jun 14 '26 11:06

sunbiz