projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleanup: commas at the end of enums
[blender.git]
/
.editorconfig
diff --git
a/.editorconfig
b/.editorconfig
index b02c97867944fc6fbe29021aee7ba2cbd8152beb..34d3f1aec82add7c4a0f3929e10a2ec5cdfcb322 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-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