8 |
12 |
16 | 14 | Here is a list of mirrors where you can find the latest stable and development builds: 15 |
16 |14 | Just open the preferences dialog in NetBeans after the installation and go to Options -> 15 | Editor -> External Formatter, select the programming language you want to change 16 | the formatter for and setup the formatter as you like. 17 |
18 |20 | You can also setup the formatters per programming language individually per project, just right 21 | click on the project and click on Properties, navigate to Project properties -> 22 | Formatting -> External Formatting. Make it a tick in Override global settings. 23 |
24 |26 | If you want to automatically format on saving your files, go to Options -> 27 | Editor -> On Save and either select All Languages or the programming 28 | language you want to enable the formatting when saving a file and choose either All Lines 29 | or Modified Lines Only. 30 |
31 |33 | If you select a specfic programming language in the Languages dropdown, make sure to untick 34 | the Use All Languages Settings for that programming language. 35 |
36 |