mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
No description
035c79e7c0
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 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.