This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/.old/nvim_0.4.4/after/ftplugin/python.vim

12 lines
207 B
VimL
Raw Normal View History

2020-09-03 14:28:52 +02:00
" Author : swytch
" Created : 06/05/2020
" License : GPLv3
2020-09-03 14:28:52 +02:00
" Description : python filetype config
2020-05-06 03:20:19 +02:00
2020-09-03 14:28:52 +02:00
" PEP8
2020-05-06 03:20:19 +02:00
set tabstop=4
set softtabstop=4
set shiftwidth=4
2020-09-03 14:28:52 +02:00
set textwidth=80
2020-05-06 03:20:19 +02:00
set expandtab