Use proper enum value for Language directive.

wip-clang-format
Denis Kasak 2021-07-01 12:12:42 +02:00
parent d5d379fe2a
commit 68d83e43d7
2 changed files with 15 additions and 1 deletions

View File

@ -3,7 +3,7 @@ BasedOnStyle: WebKit
IndentWidth: 4
ColumnLimit: 80
---
Language: cpp
Language: Cpp
PointerAlignment: Middle
IndentCaseLabels: true
BinPackArguments: true

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.{c,cpp,h,hh,py,ts,js,java,m}]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab