mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	* Add e2e tests * Remove cypress key * Add project tag * Add cypress to root * Add cypress working directory and package.json in subfolder * Remove record flag * Add contains to url check * Test segment e2e test * Remove one of contains * Test e2e tests * Fix e2e * Test new yml * New yaml * Test different echo * Update workflows * Fix deployment url * Fix formatting
		
			
				
	
	
		
			20 lines
		
	
	
		
			265 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			265 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# editorconfig.org
 | 
						|
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
charset = utf-8
 | 
						|
end_of_line = lf
 | 
						|
indent_style = space
 | 
						|
indent_size = 4
 | 
						|
insert_final_newline = true
 | 
						|
trim_trailing_whitespace = true
 | 
						|
 | 
						|
[*.md]
 | 
						|
trim_trailing_whitespace = false
 | 
						|
 | 
						|
[*.json]
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.{yaml,yml}]
 | 
						|
indent_size = 2
 |