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
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
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