chore: HERV 통합 저장소 재초기화 커밋
손상된 .git 히스토리(missing tree)로 재초기화 후 작업트리 전체 커밋. .claude/ 만 제외(로컬 에이전트 설정). 구 저장소 백업(.git_corrupt_backup/) 포함. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.h": "c",
|
||||
"*.c": "c",
|
||||
"Nano100Series.h": "c",
|
||||
"system_Nano100Series.h": "c"
|
||||
},
|
||||
"C_Cpp.default.intelliSenseMode": "gcc-arm",
|
||||
"C_Cpp.errorSquiggles": "enabled",
|
||||
"[c]": {
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.detectIndentation": false
|
||||
},
|
||||
"[makefile]": {
|
||||
"editor.insertSpaces": false,
|
||||
"editor.tabSize": 8
|
||||
},
|
||||
"files.encoding": "utf8",
|
||||
"files.eol": "\r\n",
|
||||
"search.exclude": {
|
||||
"**/build": true,
|
||||
"**/Release": true
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/.cproject": false,
|
||||
"**/.project": false,
|
||||
"**/.settings": true
|
||||
},
|
||||
"terminal.integrated.defaultProfile.windows": "PowerShell",
|
||||
"terminal.integrated.env.windows": {
|
||||
"CLAUDE_CODE_USE_POWERSHELL_TOOL": "1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user