Skip to content
Snippets Groups Projects
Select Git revision
  • ef5c7bd49a57bc28db77bad797de4980133d6523
  • main default protected
2 results

jetbrains_configuration

JetBrains_Configuration

This repo contains the common configuration for JetBrains IDEs accross the Dojo project.

How to use it

  1. Go to IDE settings folder of the project (.idea by default)
cd .idea
  1. Add this repo as submodule
git submodule add ssh://git@ssh.hesge.ch:10572/isc/projects/dojo/projects/shared/jetbrains_configuration.git jetbrainsConfiguration
  1. Symlink the configuration files and folders
ln -s jetbrainsConfiguration/codeStyles/ codeStyles
ln -s jetbrainsConfiguration/dataSources/ dataSources
ln -s jetbrainsConfiguration/inspectionProfiles/ inspectionProfiles
ln -s jetbrainsConfiguration/rootFiles/* ./

Automatic formatting on save

  1. Go to Settings > Tools > Actions on Save
  2. Check Reformat on file save, Optimize imports on file save and Rearrange code on file save