Instruct VSCode to indent using spaces, also ignore two temp files created by VSCode.
This commit is contained in:
		
							parent
							
								
									32d6a8b7ec
								
							
						
					
					
						commit
						064f682103
					
				
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -39,6 +39,8 @@ util/Win_Check_Output.txt
 | 
			
		||||
# Let these ones be user specific, since we have so many different configurations
 | 
			
		||||
.vscode/launch.json
 | 
			
		||||
.vscode/tasks.json
 | 
			
		||||
.vscode/last.sql
 | 
			
		||||
.vscode/temp.sql
 | 
			
		||||
.stfolder
 | 
			
		||||
 | 
			
		||||
# ignore image files
 | 
			
		||||
@ -47,7 +49,7 @@ util/Win_Check_Output.txt
 | 
			
		||||
*.gif
 | 
			
		||||
 | 
			
		||||
# Do not ignore MiniDox left/right hand eeprom files
 | 
			
		||||
!keyboards/minidox/*.eep 
 | 
			
		||||
!keyboards/minidox/*.eep
 | 
			
		||||
 | 
			
		||||
# things travis sees
 | 
			
		||||
secrets.tar
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,7 @@
 | 
			
		||||
// Place your settings in this file to overwrite default and user settings.
 | 
			
		||||
{
 | 
			
		||||
    // Unofficially, QMK uses spaces for indentation
 | 
			
		||||
    "editor.insertSpaces": true,
 | 
			
		||||
    // Configure glob patterns for excluding files and folders.
 | 
			
		||||
    "files.exclude": {
 | 
			
		||||
        "**/.build": true,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user