Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton 2018-06-18 18:22:06 +02:00
commit f0245a18d1
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# C/C++
[*.{c,cc,h,hh,inl}]
[*.{c,cc,h,hh,inl,glsl}]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 120
# CMake & Text
[*.{cmake,txt}]
@ -13,6 +14,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
max_line_length = 120
# Python
[*.py]
@ -21,6 +23,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 120
# Shell
[*.sh]
@ -29,3 +32,4 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
max_line_length = 120