mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Normalize all files to LF line endings
This commit is contained in:
		
							
								
								
									
										3
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							@@ -2,7 +2,8 @@
 | 
				
			|||||||
  "recommendations": [
 | 
					  "recommendations": [
 | 
				
			||||||
    "bmalehorn.shell-syntax",
 | 
					    "bmalehorn.shell-syntax",
 | 
				
			||||||
    "timonwong.shellcheck",
 | 
					    "timonwong.shellcheck",
 | 
				
			||||||
    "foxundermoon.shell-format"
 | 
					    "foxundermoon.shell-format",
 | 
				
			||||||
 | 
					    "editorconfig.editorconfig"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "unwantedRecommendations": []
 | 
					  "unwantedRecommendations": []
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,11 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "files.associations": {
 | 
					    "files.associations": {
 | 
				
			||||||
        "*.func": "shellscript"
 | 
					        "*.func": "shellscript"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "files.eol": "\n",
 | 
				
			||||||
 | 
					    "files.insertFinalNewline": true,
 | 
				
			||||||
 | 
					    "editor.formatOnSave": true,
 | 
				
			||||||
 | 
					    "editor.codeActionsOnSave": {
 | 
				
			||||||
 | 
					        "source.fixAll": true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user