comparison doc/v2_planning/coding_style.txt @ 1152:0904dd74894d

Added to coding style information a wiki link about my Vim setup recommendations.
author David Warde-Farley <wardefar@iro.umontreal.ca>
date Thu, 16 Sep 2010 17:11:10 -0400
parents d7192e52653e
children b70a1fcb7b4f
comparison
equal deleted inserted replaced
1151:ae9c94b4ee0b 1152:0904dd74894d
493 __license__ = "3-clause BSD License" 493 __license__ = "3-clause BSD License"
494 __contact__ = "Name Of Current Guardian of this file <email@address>" 494 __contact__ = "Name Of Current Guardian of this file <email@address>"
495 495
496 We could also pull Mercurial revision info and put it in __version__, this 496 We could also pull Mercurial revision info and put it in __version__, this
497 seems to be common. 497 seems to be common.
498
499 Editor setup
500 ------------
501
502 (DWF:) Some enhanced configuration files for Vim that I've put a little bit
503 of work into modifying in some cases can be found at:
504
505 http://www.iro.umontreal.ca/~lisa/twiki/bin/view.cgi/Divers/VimPythonRecommendations