IntelliJ IDEA code style settings for seong-il's Java and Android projects.
- On Unix, run the
install.sh
script. Windows users should useinstall.bat
instead. - Restart IntelliJ if it's running.
- Open IntelliJ Project Settings -> Code Styles, change the code style for the project to the one you want.
Class and Interface files must contain the below comments. All members including variables, methods, listeners, etc.. should align as per the comments.
// ========================================================================
// constants
// ========================================================================
// ========================================================================
// fields
// ========================================================================
// ========================================================================
// constructors
// ========================================================================
// ========================================================================
// getter & setter
// ========================================================================
// ========================================================================
// methods for/from superclass/interfaces
// ========================================================================
// ========================================================================
// methods
// ========================================================================
// ========================================================================
// inner and anonymous classes
// ========================================================================
// ========================================================================
// constants
// ========================================================================
// ========================================================================
// methods
// ========================================================================