Browse Source

Merge branch 'master' into kimkulling_dev

Kim Kulling 5 năm trước cách đây
mục cha
commit
221e56769f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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