mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
15 lines
194 B
YAML
15 lines
194 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
---
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
AccessModifierOffset: -4
|
|
ColumnLimit: 100
|
|
---
|
|
Language: JavaScript
|
|
ColumnLimit: 80
|
|
...
|