mirror of
https://github.com/reactos/reactos.git
synced 2025-04-10 15:47:31 +00:00
20 lines
408 B
JSON
20 lines
408 B
JSON
![]() |
{
|
||
|
"indentation": {
|
||
|
"type": "spaces",
|
||
|
"size": 4
|
||
|
},
|
||
|
"lineLength": 100,
|
||
|
"braceStyle": "allman",
|
||
|
"namingConventions": {
|
||
|
"functions": {
|
||
|
"public": "PascalCase",
|
||
|
"private": "_PascalCase"
|
||
|
},
|
||
|
"variables": {
|
||
|
"local": "camelCase",
|
||
|
"global": "PascalCase",
|
||
|
"constants": "UPPER_CASE"
|
||
|
}
|
||
|
}
|
||
|
}
|