Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 237 Bytes

README.style.md

File metadata and controls

12 lines (10 loc) · 237 Bytes

Syntax

  • do not use tabs, use spaces where 4 spaces == 1 TAB
  • do not use windows line breaks, use UNIX line breaks

Vim

Add the following to your ~/.vimrc:

autocmd Filetype python setlocal expandtab tabstop=4 ai