12 lines
205 B
VimL
12 lines
205 B
VimL
" Author : swytch
|
|
" Created : 06/05/2020
|
|
" License : MIT
|
|
" Description : python filetype config
|
|
|
|
" PEP8
|
|
set tabstop=4
|
|
set softtabstop=4
|
|
set shiftwidth=4
|
|
set textwidth=80
|
|
set expandtab
|