Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.13 KB

jetbrains-ide-code-style

This repository contains a collection of personally used code-style stanrds for the JetBrains IDEs. The supported languages are currently Java, PHP and CSS.

Requirements

  • The unix make tool
  • The unix zip tool
  • Composer

Installation

Checkout the repository to any directory on your computer and run the make file. This will create a compressed settings.jar file in the directory where the repository was cloned to.

# Clones the repository
git clone https://github.com/basvandriel/jetbrains-ide-code-style.git

# Builds the MAKEFILE
make

Afterwards open one of the supported JetBrains IDEs and go to File > Import Settings... and select the previous generated settings.jar file.

To use the code styles, go to File > Settings > Editor > Code Style and select the BAS-CODE-STYLE option right next to Scheme.

License

This project is licensed under the The Unlicensed - see the LICENSE.md file for details.

Links