Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/CodingStandard

------------------------------------------------------------------------------
@@ -28,3 +28,10 @@
  * The builtin function "print" is very similar to printf() in C. The major 
difference is that it automatically adds a linefeed. \n, \r, \t etc can be used for 
extra spacing. A comma after the print statement prevents the linebreak:
   `print 'test',`
  It has all the regular %s, %d, %f etc, but usually only %s is needed since it will 
print any kind of variable after convertingit to a string.
+
+= Getting VIM to play nicely with your python files =
+
+add this line to your .vimrc:
+{{{
+autocmd FileType python set expandtab shiftwidth=4 tabstop=4
+}}}


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to