mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-11-04 04:17:27 +00:00 
			
		
		
		
	* add Vagrantfile for easy local test/dev deployment * add exception to editorconfig * Update README.md * update ci tools * add jq to setup ci script
		
			
				
	
	
		
			39 lines
		
	
	
		
			544 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			544 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# editorconfig tool configuration
 | 
						|
# see http://editorconfig.org for docs
 | 
						|
 | 
						|
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
charset = utf-8
 | 
						|
indent_style = tab
 | 
						|
end_of_line = lf
 | 
						|
trim_trailing_whitespaces = true
 | 
						|
 | 
						|
[{*.{yml,yaml,yml-off},.yamllint}]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.{md,txt}]
 | 
						|
indent_style = space
 | 
						|
trim_trailing_whitespace = false
 | 
						|
 | 
						|
[Dockerfile*]
 | 
						|
indent_style = space
 | 
						|
indent_size = 4
 | 
						|
 | 
						|
[*.py]
 | 
						|
indent_style = space
 | 
						|
indent_size = 4
 | 
						|
 | 
						|
[*.ldif]
 | 
						|
indent_style = space
 | 
						|
 | 
						|
[*.json]
 | 
						|
indent_style = space
 | 
						|
 | 
						|
[LICENSE]
 | 
						|
indent_style = space
 | 
						|
 | 
						|
[Vagrantfile]
 | 
						|
indent_style = space
 |