Changes between Version 3 and Version 4 of ChimeraPythonStyle


Ignore:
Timestamp:
Jan 28, 2011, 3:01:23 PM (15 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraPythonStyle

    v3 v4  
    1212" python settings
    1313autocmd BufRead,BufNewFile *.py set ft=python ai sw=4 ts=4 sta et fo=croql foldmethod=indent
     14}}}
     15
     16Another way to code a style is to add a style note to the top of each file, e.g.:
     17{{{
     18# -*- coding: utf-8; mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=python:et:sw=4:ts=4:sts=4
    1419}}}
    1520