Changeset - r22789:92db4dceee5b
[Not reviewed]
master
0 0 1
Owen Rudge - 7 years ago 2018-04-12 20:14:23
owen@owenrudge.net
Add: Include basic .editorconfig file to help enforce tab style (#6707)
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.editorconfig
Show inline comments
 
new file 100644
 
root = true
 

	
 
[*]
 
insert_final_newline = true
 
trim_trailing_whitespace = true
 

	
 
[*.{c,cpp,h,hpp}]
 
indent_style = tab
 
charset = utf-8
0 comments (0 inline, 0 general)