mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00

AI-friendly development for the future. JIRA issue: CORE-20011 - Reduce time and cost on using Cursor AI. - Improve interoperability with Cursor AI. - Add .cursor folder and some files. - Modify .gitignore.
19 lines
408 B
JSON
19 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"
|
|
}
|
|
}
|
|
}
|