MaibornWolff / codecharta

CodeCharta visualizes multiple code metrics using 3D tree maps.
https://maibornwolff.github.io/codecharta/
BSD 3-Clause "New" or "Revised" License
186 stars 29 forks source link

Add automatic code-format to Analysis #408

Closed Richargh closed 5 years ago

Richargh commented 5 years ago

Add a tool for the Analysis Code that auto-formats code.

alexhunziker commented 5 years ago

We have looked at the following options:

alexhunziker commented 5 years ago

https://github.com/JetBrains/inspection-plugin this one seems to be similar to ktlint

Richargh commented 5 years ago

Decisions: we'll use IntelliJ Code Style XML=IntelliJ supports the export of the Code Style Settings as .xml file.