Browse Source

Merge branch 'master' into fix-simpletexturedopengl-sample

Kim Kulling 5 years ago
parent
commit
51ebe1abfb
1 changed files with 1 additions and 1 deletions
  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