Homec4science

Fix tab indentation missing in Diffusion

Authored by Sergey Sharybin <sergey.vfx@gmail.com> on Jan 17 2014, 12:05.

Description

Fix tab indentation missing in Diffusion

This seems to be a specific of how browsers are dealing with
spaces/tabs. Multiple spaces works just fine, but multiple
tabs were treating as a single space which breaks indentation.

Now made it so tabs are replaced with 4 spaces. Not ideal but
still better than fully unreadable code. This also matches to
how differential is handling tabs.

Ref T2495. See: https://github.com/facebook/phabricator/issues/487

Reviewed by: epriestley

Details

Committed
epriestley <git@epriestley.com>Jan 20 2014, 19:11
Pushed
aubortJan 31 2017, 17:16
Parents
rPH01a80af976c3: Fix typo from initializeNewLog() refactor
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH035c79e7c077: Fix tab indentation missing in Diffusion (authored by Sergey Sharybin <sergey.vfx@gmail.com>).Jan 20 2014, 19:11