clang-format does not support python

This commit is contained in:
Paul-Louis Ageneau
2020-06-01 09:28:22 +02:00
parent 58ec90cccc
commit 17f99252cd

View File

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