1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-15 23:00:00 +02:00

💄 Set maximum line length to 90

This commit is contained in:
Gerber, Mike 2020-06-18 13:07:09 +02:00
parent cdfd4d321d
commit 9354efaf28
2 changed files with 3 additions and 1 deletions

2
.vimrc Normal file
View file

@ -0,0 +1,2 @@
" project-specific .vimrc (needs set exrc + set secure)
set textwidth=90

View file

@ -1,2 +1,2 @@
[flake8]
max-line-length = 120
max-line-length = 90