Skip to content

twyatt/java-code-styles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Code Styles

IntelliJ IDEA code style settings for PAX's Java, Kotlin and Android projects.

Installation

  • On Unix, run the install.sh script. Windows users should use install.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.

Inspections

  • Open IntelliJ Project Settings -> Editor -> Inspections
  • Choose Pax profile
  • Press Manage dropdown button
  • Select Copy to Project

Inspections Installation

Preferences

General

Auto Import

Auto Import

Code Folding

Code Folding

Code Style

Code Style

Kotlin

Wrapping and Braces

Wrapping and Braces

Java

Tabs and Indents

Tabs and Indents

Blank Lines

Blank Lines

XML

Tabs and Indents

Tabs and Indents

Android

Android

Inspections

Private member access

Private member access between outer and inner classes

License

Public domain

About

IntelliJ IDEA code style settings for PAX's Java and Android projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.5%
  • Batchfile 40.5%