editorconfig is a cross-editor way of keeping basic coding style standards, e.g. indentation
Details
Details
Diff Detail
Diff Detail
- Repository
- R224 KDE Connect
- Branch
- editorconfig
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 4353 Build 4371: arc lint + arc unit
Comment Actions
I like this, but I am going to give a little bit of time for anyone who wants to make an argument for tabs
My argument for spaces:
Anyone might have their editor set up to display tabs differently. Yours might show as 8, mine might show as 4, etc. If you try to use tabs to align multi-line blocks, it ends up looking terrible. If the editor is configured to use spaces instead of tabs, everything is consistent