| 
									
										
										
										
											2012-10-16 16:11:28 +04:00
										 |  |  | { | 
					
						
							|  |  |  | 	"sublimelinter_delay": 1, | 
					
						
							|  |  |  | 	"sublimelinter_mark_style": "none", | 
					
						
							|  |  |  | 	"sublimelinter_gutter_marks": true, | 
					
						
							| 
									
										
										
										
											2012-10-22 12:01:42 +04:00
										 |  |  | 	"sublimelinter_notes": true, | 
					
						
							|  |  |  | 	"pep8_ignore": [  // https://github.com/jcrocholl/pep8/blob/master/pep8.py | 
					
						
							|  |  |  | 		"E501",  // Line too long | 
					
						
							| 
									
										
										
										
											2013-02-04 14:32:22 +04:00
										 |  |  | 		"E701",  // Multiple statements on one line | 
					
						
							| 
									
										
										
										
											2012-10-22 12:01:42 +04:00
										 |  |  | 		"W191"  // Indentation contains tabs | 
					
						
							|  |  |  | 	]	 | 
					
						
							| 
									
										
										
										
											2012-10-16 16:11:28 +04:00
										 |  |  | } |