|
28 | 28 | "c_cpp.configuration.formatting.Default.description": "코드 서식을 지정하는 데 clang-format이 사용됩니다.", |
29 | 29 | "c_cpp.configuration.formatting.Disabled.description": "코드 서식을 사용할 수 없습니다.", |
30 | 30 | "c_cpp.configuration.vcFormat.indent.braces.description": "편집기: 탭 크기 설정에 지정된 양만큼 중괄호를 들여 씁니다.", |
31 | | - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", |
| 31 | + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "다음을 기준으로 새 줄을 들여씁니다.", |
32 | 32 | "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "가장 바깥쪽 여는 괄호", |
33 | 33 | "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "가장 안쪽 여는 괄호", |
34 | 34 | "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "현재 문의 시작 부분", |
35 | | - "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", |
36 | | - "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", |
37 | | - "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", |
38 | | - "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", |
| 35 | + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "새 줄이 입력되면 여는 괄호 아래에 맞춰지거나 'C_Cpp.vcFormat.indent.multiLineRelativeTo'를 기준으로 맞춰집니다.", |
| 36 | + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "새 줄은 여는 괄호 아래에 맞춰집니다.", |
| 37 | + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "새 줄은 'C_Cpp.vcFormat.indent.multiLineRelativeTo'를 기준으로 들여쓰기됩니다.", |
| 38 | + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "기존 코드에서는 괄호 안에서 기존의 새 줄 들여쓰기 맞춤을 유지합니다.", |
39 | 39 | "c_cpp.configuration.vcFormat.indent.caseLabels.description": "switch 문을 기준으로 편집기: 탭 크기 설정에 지정된 양만큼 레이블을 들여 씁니다.", |
40 | 40 | "c_cpp.configuration.vcFormat.indent.caseContents.description": "레이블을 기준으로 편집기: 탭 크기 설정에 지정된 양만큼 Case 내 코드를 들여 씁니다.", |
41 | 41 | "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "편집기: 탭 크기 설정에 지정된 양만큼 case 문 다음에 중괄호를 들여 씁니다.", |
42 | | - "c_cpp.configuration.vcFormat.indent.lambdaBracesWhenParameter.description": "문의 시작 부분을 기준으로 편집기: 탭 크기 설정에 지정된 양만큼 함수 매개 변수로 사용되는 람다의 중괄호를 들여 씁니다.", |
| 42 | + "c_cpp.configuration.vcFormat.indent.lambdaBracesWhenParameter.description": "문의 시작 부분을 기준으로 편집기: 탭 크기 설정에 지정된 수만큼 함수 매개 변수로 사용되는 람다의 중괄호를 들여 씁니다.", |
43 | 43 | "c_cpp.configuration.vcFormat.indent.gotoLabels.description": "goto 레이블의 위치", |
44 | 44 | "c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.description": "편집기: 탭 크기 설정에 지정된 양만큼 현재 코드 들여쓰기의 왼쪽으로", |
45 | 45 | "c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.description": "코드의 맨 왼쪽 가장자리에", |
|
56 | 56 | "c_cpp.configuration.vcFormat.newLine.beforeOpenBrace.lambda.description": "람다 함수의 여는 중괄호 위치", |
57 | 57 | "c_cpp.configuration.vcFormat.newLine.beforeOpenBrace.function.description": "함수의 여는 중괄호 위치", |
58 | 58 | "c_cpp.configuration.vcFormat.newLine.beforeOpenBrace.block.description": "제어 블록의 여는 중괄호 위치", |
59 | | - "c_cpp.configuration.vcFormat.newLine.beforeOpenBrace.newLine.description": "여는 중괄호가 줄 바꿈으로 이동됩니다.", |
| 59 | + "c_cpp.configuration.vcFormat.newLine.beforeOpenBrace.newLine.description": "여는 중괄호를 줄 바꿈으로 이동합니다.", |
60 | 60 | "c_cpp.configuration.vcFormat.newLine.beforeOpenBrace.sameLine.description": "여는 중괄호가 같은 줄에 유지되고 각 여는 중괄호 앞에 공백이 추가됩니다.", |
61 | 61 | "c_cpp.configuration.vcFormat.newLine.beforeOpenBrace.ignore.description": "여는 중괄호에 서식이 지정되지 않습니다.", |
62 | 62 | "c_cpp.configuration.vcFormat.newLine.scopeBracesOnSeparateLines.description": "범위의 여는 중괄호와 닫는 중괄호를 별도의 줄에 배치합니다.", |
|
0 commit comments