mirror of
				https://github.com/crimsongoldteam/md_design.git
				synced 2025-10-30 23:18:04 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			427 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			427 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
 | |
|   "diagnostics": {
 | |
|     "parameters": {
 | |
|       "LatinAndCyrillicSymbolInWord": false,
 | |
|       "MagicNumber": {
 | |
|         "authorizedNumbers": "-1,0,1,2"
 | |
|       },
 | |
|       "LineLength": {
 | |
|         "maxLineLength": 160
 | |
|       },
 | |
|       "Typo": {
 | |
|         "userWordsToIgnore": "Форматтер,Асинх,Множ,Промпт"
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 |