* Only run tests in build/sync if directory exists * Use t.Helper() * Don't compare size of directories * Fix TestFileHistory * Fix linter issue * Apply changes from https://github.com/mattermost/mattermost-plugin-github/pull/345 * Use ts file for tests * Add sync target
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # http://editorconfig.org/
 | |
| 
 | |
| root = true
 | |
| 
 | |
| [*]
 | |
| end_of_line = lf
 | |
| insert_final_newline = true
 | |
| charset = utf-8
 | |
| trim_trailing_whitespace = true
 | |
| 
 | |
| [*.go]
 | |
| indent_style = tab
 | |
| 
 | |
| [*.{js,jsx,ts,tsx,json,html}]
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| 
 | |
| [webapp/package.json]
 | |
| indent_size = 2
 | |
| 
 | |
| [Makefile,*.mk]
 | |
| indent_style = tab
 | |
| 
 | |
| [*.md]
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| trim_trailing_whitespace = false
 | |
| 
 |