올바르지 않은 파일명 수정#4
Merged
Merged
Conversation
15번 줄의 `.gitattribute`와 31번 줄의 `.gitattributes`가 일치하지 않습니다. 15번 줄의 `.gitattribute`를 올바르게 정정하였습니다.
Collaborator
|
@hepheir |
Contributor
Author
|
@benelog 안녕하세요, 문서 잘 보고있습니다. 도움이 많이되고 있습니다. 👍 다름이아니라, @@ -8,7 +8,7 @@ include::./tool-variables.adoc[]
다양한 에디터로 파일을 고칠 때 같은 규칙을 참조할수 있도록 가급적 이 파일을 소스 저장소에서 올려서 공유하는 것을 권장한다.
[source,properties]
-.`.editconfig`의 예제
+.`.editorconfig`의 예제
----
# top-most EditorConfig file
root = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
15번 줄의
.gitattribute와 31번 줄의.gitattributes가 일치하지 않습니다.15번 줄의
.gitattribute를 올바르게 정정하였습니다.