Reputation: 1499
Where does NetBeans store code formatting settings? I'd like to export them to another computer.
Upvotes: 2
Views: 3180
Reputation: 21
I'm aware that this is an old post but since it's the top result when you google "netbeans php export formatting" and it came up in the comments of the approved answer:
Each module (and therefore each language) has to support the export. AFAIK Java had the support for years ( https://netbeans.org/bugzilla/show_bug.cgi?id=143494 ) but other languages are still missing it (as for Netbeans 8.2).
I submitted a patch for PHP today which will hopefully be added: https://netbeans.org/bugzilla/show_bug.cgi?id=269978
If your langauge is missing in the export dialog, your langauge module does not yet support it. So head over to Netbeans and request it as feature or submit a patch.
Cheers Bastian
Upvotes: 1
Reputation: 1586
Go to the main menu:
Netbeans, Preferences
Go to the main nemu:
Window, Options
You will have to select any of the available tabs (editor, fonts and colors, ...) then click in export button
Once you have got the zip file, you can import it into another Netbeans's installation
Upvotes: 5