-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Looking at the current code base, indentation is made using tabs, which also conforms to our coding conventions. The conventions, however, don't name the length for each tab. You can usually check line breaks or constructor initializer lists to see what tab length was used in the past.
- src/core/Instrument.cpp: 4
- plugins/LadspaEffect/LadspaSubPluginFeatures.h: 4
- src/core/ProjectRenderer.cpp: 8
- plugins/GigPlayer/GigPlayer.cpp: 8
The most files seem to use 4, though.
Note: We can do automatic conversions using #4690 .
Please vote (multiple votes allowed):
- 🎉 Use tab lenght of 4
- ❤️ Use tab length of 8
- 🚀 Change tabs into spaces (length 4)
- 👎 Other option, specify
JohannesLorenz, midi-pascal, PhysSong and darkmastermindzJohannesLorenz, devnexen, Spekular, Moth-Tolias, threeiem and 10 moreJohannesLorenz, zonkmachine, enp2s0 and JGHFunRunJohannesLorenz, BaraMGB, threeiem, DomClark, josh-audio and 5 more