FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python/.vimrc at master · ravchandra/python · GitHub
ravchandra
/
python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python
/
.vimrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 577 Bytes
Breadcrumbs
python
/
.vimrc
Copy path
File metadata and controls
11 lines (11 loc) · 577 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
au
BufRead
,
BufNewFile
*.py
set
textwidth
=
79
"
lines longer than 79 columns will be broken
au
BufRead
,
BufNewFile
*.pt
set
filetype
=
html.pt
set
shiftwidth
=
4
"
operation >> indents 4 columns; << unindents 4 columns
set
tabstop
=
4
"
an hard TAB displays as 4 columns
set
expandtab
"
insert spaces when hitting TABs
set
softtabstop
=
4
"
insert/delete 4 spaces when hitting a TAB/BACKSPACE
set
shiftround
"
round indent to multiple of 'shiftwidth'
set
autoindent
"
align the new line indent with the previous line
filetype
indent
on
let
python_highlight_all
=
1
syntax
on
Back
|
FazBrowse Home
|
New Git URL