Parcourir la source

clang-format does not support python

Paul-Louis Ageneau il y a 5 ans
Parent
commit
17f99252cd
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      .clang-format

+ 0 - 5
.clang-format

@@ -13,9 +13,4 @@ Language: JavaScript
 IndentWidth: 2
 UseTab: Never
 ColumnLimit: 100
----
-Language: Python
-IndentWidth: 4
-UseTab: Never
-ColumnLimit: 79
 ...