Use proper enum value for Language directive.
This commit is contained in:
parent
d5d379fe2a
commit
68d83e43d7
2 changed files with 15 additions and 1 deletions
|
@ -3,7 +3,7 @@ BasedOnStyle: WebKit
|
|||
IndentWidth: 4
|
||||
ColumnLimit: 80
|
||||
---
|
||||
Language: cpp
|
||||
Language: Cpp
|
||||
PointerAlignment: Middle
|
||||
IndentCaseLabels: true
|
||||
BinPackArguments: true
|
||||
|
|
14
.editorconfig
Normal file
14
.editorconfig
Normal 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
|
Loading…
Reference in a new issue