Page MenuHomePhabricator

Allow `Makefile` files to contain tabs.
ClosedPublic

Authored by joshuaspence on Jun 9 2014, 6:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 6, 6:18 AM
Unknown Object (File)
Tue, Sep 3, 4:01 PM
Unknown Object (File)
Sat, Aug 24, 1:41 PM
Unknown Object (File)
Sat, Aug 24, 1:41 PM
Unknown Object (File)
Sat, Aug 24, 6:39 AM
Unknown Object (File)
Fri, Aug 23, 6:39 AM
Unknown Object (File)
Aug 5 2024, 4:59 PM
Unknown Object (File)
Aug 5 2024, 4:59 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).