mirror of
https://github.com/reactos/reactos
synced 2025-10-05 16:02:58 +02:00
Reverts #7752 JIRA issue: CORE-20011
This commit is contained in:
committed by
GitHub
parent
ba6760683b
commit
b33127f494
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@@ -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-*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -13,5 +13,3 @@ modules/[Aa][Hh][Kk]_[Tt]ests
|
|||||||
.settings
|
.settings
|
||||||
.vscode
|
.vscode
|
||||||
sdk/tools/winesync/winesync.cfg
|
sdk/tools/winesync/winesync.cfg
|
||||||
.cursor/cache/
|
|
||||||
.cursor/logs/
|
|
||||||
|
Reference in New Issue
Block a user