raffaeleterribile commited on
Commit
ae05590
·
verified ·
1 Parent(s): 94503b7

Aggiiungi specifiche di formattazione

Browse files
Files changed (1) hide show
  1. .pylintrc +6 -0
.pylintrc ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [FORMAT]
2
+ # Indentation settings
3
+ indent-string='\t'
4
+
5
+ # Maximum number of characters on a single line
6
+ max-line-length=200