소스 검색

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