devuxd / ProgrammingStrategies

A repository of strategies for programming
http://programmingstrategies.org
1 stars 0 forks source link

Allow purely whitespace lines to have any combination of whitespace #27

Open amyjko opened 6 years ago

amyjko commented 6 years ago

It's common for strategies to have blank lines to separate chunks of a strategy, but developers are often not careful to ensure those have an appropriate number of tabs for the current block depth (nor short they have to be). Ignore the tabs on these lines.