Skip to content

Coding Style: fix indentation

Marco Biedermann requested to merge marcobiedermann:feature/indentation into master

Do not mix spaces with tabs. Because most code is indented using two (2) spaces, I set a global configuration via .editorconfig.

  • add .editorconfig
  • convert tabs to spaces
  • indent using two (2) spaces

Merge request reports