alibaba / jstorm

Enterprise Stream Process Engine
http://jstorm.io
Apache License 2.0
3.91k stars 1.8k forks source link

replace tab-based indentation with some consistent space-based indentation #99

Open erikdw opened 9 years ago

erikdw commented 9 years ago

A commonly adhered to coding style is to use a consistent number of spaces for indentation within code. e.g., 2 or 4 spaces.

However, it appears that much of the JStorm code uses tab characters instead. Using tabs has various issues. e.g.,

Here are a few articles outlining various reasons to not use tabs:

longdafeng commented 9 years ago

We will fix this issue in 0.9.6.4