boxidau / rax-autoscaler

Apache License 2.0
5 stars 2 forks source link

Embedded Vim settings #66

Closed siso closed 9 years ago

siso commented 9 years ago

Apply the following to *py:

#!/usr/bin/env python

# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
#    Licensed under the Apache License, Version 2.0
...

And this to the Makefile only:

set autoindent
set noexpandtab
set tabstop=4
set shiftwidth=4

See: http://vim.wikia.com/wiki/Indenting_source_code