8000 GitHub - w4-sglim/java-code-styles: IntelliJ IDEA code style settings for Square's Java and Android projects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

w4-sglim/java-code-styles

 
 

Folders and files

NameName
Last commit message
L 973A ast commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Code Styles

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

Purpose of the fork

Kotlin has extension like data binding by default. To use this feature, we need to import too many classes for UI elemnt id in "kotlinx.android.synthetic" package. So I add this package to use star imports. It will not be confusing where the class from, while the UI element id has camel case.

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.

License

Public domain

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.3%
  • Batchfile 40.7%
0