일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- MFA
- 애플
- OSX
- kmip
- albumbook
- 안드로이드
- SwiftUI
- SSL
- SWIFT
- FIDO2
- 앨범북
- apple
- git
- SSH
- appres
- 앱스토어
- WebAuthn
- OTP
- MSYS2
- 2FA
- 앱리소스
- Android
- otpkey
- Xcode
- 인증
- fido
- MYSQL
- openssl
- css
- Nodejs
Archives
- Today
- Total
인디노트
Visual Studio Code 의 C 형식이 포맷구조 괄호 방식 바꾸기 본문
- Go Preferences -> Settings
- Search for C_Cpp.clang_format_fallbackStyle
- Click Edit, Copy to Settings
- Change from "Visual Studio" to "{ BasedOnStyle: Google, IndentWidth: 4 }"
이렇게 하면
void abc() {
....
....
}
의 형식으로 된다.
참조 : https://stackoverflow.com/questions/45823734/visual-studio-code-formatting-for
다음 링크를 참조하면 다양한 옵션을 찾을 수 있다.
https://clang.llvm.org/docs/ClangFormatStyleOptions.html
반응형
Comments