Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-17 07:12:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:12:55 +0300
commitb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa (patch)
tree5a76a85f0ec3481a531f0d6c8a8e2dd4de865f47 /.editorconfig
parent18e4a4c48a1434fdf85d1022212c5fa8b9b26db1 (diff)
editorconfig: update for new clang-format config
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/.editorconfig b/.editorconfig
index 34d3f1aec82..a3966328353 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,18 +3,18 @@
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
-indent_style = tab
+indent_style = space
indent_size = 4
-max_line_length = 120
+max_line_length = 99
# CMake & Text
[*.{cmake,txt}]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
-indent_style = tab
-indent_size = 4
-max_line_length = 120
+indent_style = space
+indent_size = 2
+max_line_length = 99
# Python
[*.py]
@@ -30,9 +30,9 @@ max_line_length = 120
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
-indent_style = tab
-indent_size = 4
-max_line_length = 120
+indent_style = space
+indent_size = 2
+max_line_length = 99
# reStructuredText
[*.rst]