mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 07:05:27 +00:00
17 lines
224 B
YAML
17 lines
224 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
---
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
AccessModifierOffset: -4
|
|
ColumnLimit: 100
|
|
---
|
|
Language: JavaScript
|
|
IndentWidth: 2
|
|
UseTab: Never
|
|
ColumnLimit: 100
|
|
...
|