Setting Up Eclipse Profile - dogtagpki/pki GitHub Wiki
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
-
-