-
Notifications
You must be signed in to change notification settings - Fork 137
Setting Up Eclipse Profile
Endi S. Dewata edited this page Oct 31, 2022
·
2 revisions
Go to Project → Properties → Java Code Style → Formatter:
-
Enable project specific settings
-
New Profile
-
Name:
PKI
-
Initialize settings with the following profile: Java Conventions
-
-
Tab policy: Spaces only
-
Indentation size:
4
-
Tab size:
8
Go to Project → Properties → Java Editor → Save Actions:
-
Enable project specific settings
-
Perform the selected actions on save
-
Organize imports
-
Additional actions
-
Remove trailing whitespace
-
Remove unused imports
-
Remove unnecessary casts
-
Don’t add missing annotations
-
-
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |