浏览代码

Merge pull request #3016 from assimp/kimkulling-patch-1-1

Update .clang-format
Kim Kulling 5 年之前
父节点
当前提交
919da48cdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .clang-format

+ 1 - 1
.clang-format

@@ -108,7 +108,7 @@ IndentWidth:     4
 # SpacesInParentheses: false
 # SpacesInSquareBrackets: false
 TabWidth:        4
-UseTab:          Always
+UseTab:          Never
 ---
 ### C++ specific config ###
 Language:        Cpp