Page MenuHomePhabricator

Allow `Makefile` files to contain tabs.
ClosedPublic

Authored by joshuaspence on Jun 9 2014, 6:47 PM.
Tags
None
Referenced Files
F15453114: D9436.diff
Sat, Mar 29, 9:31 AM
F15433624: D9436.id.diff
Tue, Mar 25, 12:06 AM
F15423675: D9436.id22531.diff
Sat, Mar 22, 4:37 PM
F15402762: D9436.diff
Tue, Mar 18, 12:13 AM
Unknown Object (File)
Feb 25 2025, 9:08 AM
Unknown Object (File)
Feb 24 2025, 11:55 AM
Unknown Object (File)
Feb 6 2025, 10:15 PM
Unknown Object (File)
Jan 27 2025, 4:02 PM
Subscribers

Details

Summary

Add an entry to the .editorconfig file to allow Makefile files to contains tabs over spaces. Without this entry, my editor will automatically convert the tabs to spaces (which make does not like).

Test Plan

Opened ./support/xhpast/Makefile and saved it. Verified that spaces weren't converted to tabs.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Allow `Makefile` files to contain tabs..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 9 2014, 6:48 PM
epriestley updated this revision to Diff 22531.

Closed by commit rPHU08d38506e416 (authored by @joshuaspence, committed by @epriestley).