@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Specify config for text editors

Test Plan: D3865

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3879

vrana dd8813f9 d7f6bd42

+15
+15
.editorconfig
··· 1 + ; http://editorconfig.org/ 2 + 3 + [*] 4 + indent_style = space 5 + indent_size = 2 6 + charset = utf-8 7 + trim_trailing_whitespace = true 8 + insert_final_newline = true 9 + 10 + [externals/**] 11 + ; Use editor default (possible autodetection). 12 + indent_style = 13 + indent_size = 14 + trim_trailing_whitespace = false 15 + insert_final_newline = false