Allow trailing whitespace in markdown docs, for formatting purposes. (#8774)
This commit is contained in:
		
							parent
							
								
									05e9ff6554
								
							
						
					
					
						commit
						52ac6c4303
					
				
					 1 changed files with 12 additions and 8 deletions
				
			
		
							
								
								
									
										20
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -9,13 +9,17 @@
 | 
			
		|||
        "**/*.bin": true
 | 
			
		||||
    },
 | 
			
		||||
    "files.associations": {
 | 
			
		||||
      "*.h": "c",
 | 
			
		||||
      "*.c": "c",
 | 
			
		||||
      "*.inc": "c",
 | 
			
		||||
      "*.cpp": "cpp",
 | 
			
		||||
      "*.hpp": "cpp",
 | 
			
		||||
      "xstddef": "c",
 | 
			
		||||
      "type_traits": "c",
 | 
			
		||||
      "utility": "c"
 | 
			
		||||
        "*.h": "c",
 | 
			
		||||
        "*.c": "c",
 | 
			
		||||
        "*.inc": "c",
 | 
			
		||||
        "*.cpp": "cpp",
 | 
			
		||||
        "*.hpp": "cpp",
 | 
			
		||||
        "xstddef": "c",
 | 
			
		||||
        "type_traits": "c",
 | 
			
		||||
        "utility": "c"
 | 
			
		||||
    },
 | 
			
		||||
    "[markdown]": {
 | 
			
		||||
        "editor.trimAutoWhitespace": false,
 | 
			
		||||
        "files.trimTrailingWhitespace": false
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue