mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 12:12:27 +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.
46 lines
1 KiB
JSON
46 lines
1 KiB
JSON
{
|
|
"projectType": "reactos",
|
|
"language": {
|
|
"c": {
|
|
"standard": "c99",
|
|
"warnings": ["all", "error", "pedantic", "unused"],
|
|
"formatter": "clang-format",
|
|
"linter": "clang-tidy"
|
|
},
|
|
"cpp": {
|
|
"standard": "c++11",
|
|
"warnings": ["all", "error", "pedantic", "unused"],
|
|
"formatter": "clang-format",
|
|
"linter": "clang-tidy"
|
|
}
|
|
},
|
|
"codingStyle": "reactos",
|
|
"formatOnSave": false,
|
|
"lintOnSave": false,
|
|
"paths": {
|
|
"source": [
|
|
"base",
|
|
"boot",
|
|
"dll",
|
|
"drivers",
|
|
"hal",
|
|
"ntoskrnl",
|
|
"subsystems",
|
|
"win32ss"
|
|
],
|
|
"include": [
|
|
"sdk/include"
|
|
],
|
|
"docs": [
|
|
"**/*.md",
|
|
"media/doc/*.md",
|
|
"media/doc/*.txt"
|
|
],
|
|
"tests": [
|
|
"modules/rostests"
|
|
],
|
|
"build": [
|
|
"output-*"
|
|
]
|
|
}
|
|
}
|