Reputation: 12933
I switched IDE's from Zend Studio to net beans and I found that everything in Net beans is tabbed 8 spaces. is there away to mass fix this, the "format" under source, formats my code in such a way that it looks bad.
what are the steps to set your own formatting rules and to fix tab indentation in net beans?
Upvotes: 0
Views: 59
Reputation: 32983
Tab size & co can be tuned via Tools-->Options-->Editor-->Formatting
You can opt to change that setting for all languages, or make specific settings for PHP with the "Language" dropdown.
Upvotes: 0
Reputation: 65
you have to go in option->editor->formatting and there you can set the "tab size"
Upvotes: 1