Strategy used to fill alignment whitespace when tabs are enabled.
int x = 1; // spaces only int y = 22;
int x = 1; // tabs only int y = 22;
int x = 1; // tabs + spaces int y = 22;