$, cargo-*: add Korean translation (#13943)

This commit is contained in:
HoJeong Im
2024-10-03 18:48:23 +09:00
committed by GitHub
parent 7cc6c7195a
commit 0327318dc0
38 changed files with 763 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# cargo fmt
> Rust 프로젝트의 모든 소스 파일에 대해 `rustfmt`를 실행.
> 더 많은 정보: <https://github.com/rust-lang/rustfmt>.
- 모든 소스 파일 포맷:
`cargo fmt`
- 파일에 쓰지 않고 포맷 오류를 확인:
`cargo fmt --check`
-`rustfmt` 호출에 인수를 전달:
`cargo fmt -- {{rustfmt_인수}}`