← 모든 코드 파일

.editorconfig

에디터와 언어 전반에 일관된 공백 설정.

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

[*.{py,go}]
indent_size = 4

[*.md]
trim_trailing_whitespace = false

이 도구에 대해

에디터와 언어 전반에 일관된 공백 설정.

바로 사용할 수 있는 .editorconfig — 내용을 보고 복사하거나 올바른 파일명으로 다운로드하세요. 무료, 100% 브라우저에서.