mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* Add new cli * Remove old readme * Add documentation to readme file * Add github workflow tests for cli * Fix typo in docs * Add usage info to readme * Add package-lock.json * Fix tsconfig * Cleanup * Fix lint * Cleanup package.json * Fix accidental server change * Remove rootdir from cli * Remove tsbuildinfo * Add prettierignore * Make CLI use internal openapi specs * Add ignore and dry-run features * Sort paths alphabetically * Don't remove substring * Remove shorthand for delete * Remove unused import * Remove chokidar * Set correct openapi cli generator script * Add progress bar * Rename target to asset * Add deletion progress bar * Ignore require statement * Use read streams instead of readfile * Fix github feedback * Fix upload requires * More github comments * Cleanup messages * Cleaner pattern concats * Github comments --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			336 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			336 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # Editor configuration, see https://editorconfig.org
 | |
| root = true
 | |
| 
 | |
| [*]
 | |
| charset = utf-8
 | |
| indent_style = space
 | |
| indent_size = 2
 | |
| insert_final_newline = true
 | |
| charset = utf-8
 | |
| trim_trailing_whitespace = true
 | |
| 
 | |
| [*.{ts,js}]
 | |
| quote_type = single
 | |
| 
 | |
| [*.{md,mdx}]
 | |
| max_line_length = off
 | |
| trim_trailing_whitespace = false
 | |
| 
 | |
| [*.{yml,yaml}]
 | |
| quote_type = double |