diff --git a/.cursor/coding-style.json b/.cursor/coding-style.json deleted file mode 100644 index 12f095f32e9..00000000000 --- a/.cursor/coding-style.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "indentation": { - "type": "spaces", - "size": 4 - }, - "lineLength": 100, - "braceStyle": "allman", - "namingConventions": { - "functions": { - "public": "PascalCase", - "private": "_PascalCase" - }, - "variables": { - "local": "camelCase", - "global": "PascalCase", - "constants": "UPPER_CASE" - } - } -} diff --git a/.cursor/editor.json b/.cursor/editor.json deleted file mode 100644 index 76cfa5d0ccb..00000000000 --- a/.cursor/editor.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "editor": { - "defaultFormatter": null - }, - "[c,cpp]": { - "editor": { - "tabSize": 4, - "insertSpaces": true, - "detectIndentation": false, - "trimAutoWhitespace": true, - "formatOnSave": false, - "formatOnType": true, - "defaultFormatter": "clang-format", - "rulers": [100], - "wordWrap": "off" - } - }, - "files": { - "associations": { - "*.c": "c", - "*.h": "c", - "*.cpp": "cpp", - "*.hpp": "cpp" - }, - "encoding": "utf8", - "trimTrailingWhitespace": true, - "insertFinalNewline": true, - "exclude": { - "**/.git": true, - "compile_commands.json": true, - "output-*": true, - "modules/optional": true, - "modules/3rdparty": true, - "modules/bootcd_extras": true, - "modules/livecd_extras": true, - "modules/hybridcd_extras": true, - "modules/[Aa][Hh][Kk]_[Tt]ests": true, - ".cache": true, - ".cproject": true, - ".DS_Store": true, - ".project": true, - ".settings": true, - ".vscode": true, - "sdk/tools/winesync/winesync.cfg": true, - "**/build": true, - "**/obj": true, - "**/bin": true, - "**/*.o": true, - "**/*.obj": true - } - } -} diff --git a/.cursor/settings.json b/.cursor/settings.json deleted file mode 100644 index c8ffae7a0c1..00000000000 --- a/.cursor/settings.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "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-*" - ] - } -} diff --git a/.gitignore b/.gitignore index dbed57aa81d..f14e4ccbe72 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,3 @@ modules/[Aa][Hh][Kk]_[Tt]ests .settings .vscode sdk/tools/winesync/winesync.cfg -.cursor/cache/ -.cursor/logs/