// This rule specifies
whether Tabulators in source
// code are allowed. Most IDEs use tabs for tabs but
// some other program have a different tab width.
// This causes hard to read source code. The common
// practise is to replace tabs with the number of
// spaces the tab width was.
// All common IDEs do support this.