1
0
Fork 0
bob/.clang-format

16 lines
310 B
YAML

---
BreakAfterJavaFieldAnnotations: true
AllowShortFunctionsOnASingleLine: None
BreakBeforeBraces: Linux
ColumnLimit: 100
IndentWidth: 4
JavaImportGroups: ['java', 'es.danirod']
KeepEmptyLinesAtTheStartOfBlocks: false
Language: Java
UseTab: ForIndentation
TabWidth: 4
---
BasedOnStyle: Google
Language: Proto