Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3113238

Browse files
committed
✏ 서식 수정
1 parent f03d8bb commit 3113238

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎i-features-of-visual-studio-editor/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ size_t cnt = std::count_if(v.begin(),
4040
>
4141
> struct CaseInsensitiveEqual
4242
>
43-
> {
43+
> \{
4444
>
4545
> bool operator()(StringT const& lhs, StringT const& rhs) const
4646
>
47-
> {
47+
> \{
4848
>
4949
> using namespace std;
5050
>
@@ -56,28 +56,28 @@ size_t cnt = std::count_if(v.begin(),
5656
>
5757
> rhs.begin(),
5858
>
59-
> \[\](auto l, auto r) {
59+
> \[\](auto l, auto r) \{
6060
>
6161
> return tolower(l) == tolower(r);
6262
>
63-
> });
63+
> \});
6464
>
65-
> }
65+
> \}
6666
>
67-
> };
67+
> \};
6868
>
6969
>
7070
>
7171
> size_t cnt = std\:\:count_if(v.begin(),
7272
>
7373
> v.end(),
7474
>
75-
> \[\](auto const& str) {
75+
> \[\](auto const& str) \{
7676
>
7777
> return CaseInsensitiveEqual\<
7878
>
7979
> decltype(v)\:\:value_type\> {}(str, "hello");
8080
>
81-
> });
81+
> \});
8282
8383
너비가 같은 폰트를 사용하면 각 줄의 들여쓰기를 맞출 수 있는 것에 반해, 너비가 서로 다르면 들여쓰기의 간격을 조절하기 힘들다는 것을 알 수 있습니다.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /