Add .proto files format to _clang-format
Use the Google format with 4 indents. Change-Id: I852fabc07e16c19ac5555e4b34400a1c94a9d1d3 Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
parent
561f9e287b
commit
aae1a25bf1
@ -106,3 +106,9 @@ AlignEscapedNewlines: Left
|
||||
# initializer list in list-initialization.
|
||||
SpaceBeforeCpp11BracedList: false
|
||||
|
||||
---
|
||||
# Use the Google-based style for .proto files.
|
||||
Language: Proto
|
||||
BasedOnStyle: Google
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 100
|
||||
|
Loading…
x
Reference in New Issue
Block a user