17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
|
|
---
|
||
|
|
BasedOnStyle: LLVM
|
||
|
|
IndentWidth: 4
|
||
|
|
TabWidth: 4
|
||
|
|
UseTab: ForIndentation
|
||
|
|
---
|
||
|
|
Language: Cpp
|
||
|
|
Standard: Cpp11
|
||
|
|
AccessModifierOffset: -4
|
||
|
|
ColumnLimit: 100
|
||
|
|
---
|
||
|
|
Language: JavaScript
|
||
|
|
IndentWidth: 2
|
||
|
|
UseTab: Never
|
||
|
|
ColumnLimit: 100
|
||
|
|
...
|