Brett Cannon
|
813c43ab25
|
Properly detect whether a C file is using tabs or spaces for Vim.
Closes issue #5611. Thanks Kirk McDonald and Johannes Hoff.
|
2009-11-08 21:35:28 +00:00 |
Brett Cannon
|
a6ae8974c1
|
Make trailing whitespace explicit (including when it is an all-whitespace
line).
|
2007-12-24 23:43:30 +00:00 |
Brett Cannon
|
76b24c0926
|
Have pre-existing C files use 8 spaces indents (to match old PEP 7 style), but
have all new files use 4 spaces (to match current PEP 7 style).
|
2006-08-31 22:42:37 +00:00 |
Brett Cannon
|
6edd150172
|
Fix comment about indentation level in C files.
|
2006-08-31 21:47:52 +00:00 |
Brett Cannon
|
04f031d202
|
Change C spacing to 4 spaces by default to match PEP 7 for new C files.
|
2006-05-26 19:04:47 +00:00 |
Brett Cannon
|
df95cb6ae3
|
Move the vimrc file to the newly created Vim/ directory.
|
2006-02-25 14:53:26 +00:00 |