editorconfig: correct C/C++ using space

This commit is contained in:
Campbell Barton 2018-06-19 07:48:12 +02:00
parent 38b72fb64b
commit f0c6f5ee77
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_style = tab
indent_size = 4
max_line_length = 120