root/tags/jjigw-0.2.1/cosmetics.vim

Revision 70, 111 bytes (checked in by jajcus, 5 years ago)

- simple scripts to reformat code to my coding style

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id
Line 
1 :set nocompatible
2 :%s/\s\+$//
3 :g/^# \(vi\): /d
4 :set et
5 :retab!
6 :$
7 :append
8 # vi: sts=4 et sw=4
9 .
10 :update
11 :q
12 :q!
Note: See TracBrowser for help on using the browser.