mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
22 lines
290 B
YAML
22 lines
290 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
|
|
---
|
|
Language: Python
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 79
|
|
...
|