42 lines
699 B
Plaintext
42 lines
699 B
Plaintext
---
|
|
# C++ Configuration
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
ColumnLimit: 100
|
|
PointerAlignment: Left
|
|
BreakBeforeBraces: Attach
|
|
SortIncludes: CaseSensitive
|
|
---
|
|
# JavaScript/TypeScript Configuration
|
|
Language: JavaScript
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ColumnLimit: 100
|
|
JavaScriptQuotes: Single
|
|
JavaScriptWrapImports: true
|
|
SpacesInContainerLiterals: true
|
|
---
|
|
# JSON Configuration
|
|
Language: Json
|
|
IndentWidth: 2
|
|
BreakArrays: true
|
|
---
|
|
# Protocol Buffers Configuration
|
|
Language: Proto
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
---
|
|
# Java Configuration
|
|
Language: Java
|
|
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
JavaImportGroups:
|
|
- com.mycompany
|
|
- com
|
|
- org
|
|
- java
|
|
- javax
|
|
---
|