sogno-platform / dpsim

Real-time power system simulator including powerflow, (dynamic) phasors and EMT
https://sogno.energy/dpsim/
Mozilla Public License 2.0
67 stars 49 forks source link

editorconfig: set C++ indentation size to two #295

Closed n-eiling closed 4 months ago

n-eiling commented 4 months ago

At some point the indentation size changed to two, but the editorconfig still shows four. This fixes that. We also seem to now use spaces rather than tabs.

sonarcloud[bot] commented 4 months ago

Please retry analysis of this Pull-Request directly on SonarCloud

stv0g commented 4 months ago

This makes more sense. LLVM code style uses two spaces for indentation.

@m-mirz This should be a no-brainer to merge :D