Developer Tips

From Dreamwidth Notes
Revision as of 21:27, 18 May 2009 by Foxfirefey (Talk | contribs)

Jump to: navigation, search

Showing Whitespace

Dreamwidth does not want tabs or trailing whitespace, as per the Dev Programming Guidelines. These two tips can help you check out your patch before submission for these flaws.

In vim, you can show whitespace with the command

:set list

You can also use cat -et.