소스 검색

.editorconfig: Remove unused comments

pull/15/head
10sr 8 년 전
부모
커밋
02b8ce92ba
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      .editorconfig

+ 2
- 3
.editorconfig 파일 보기

@@ -4,14 +4,13 @@ root = true
indent_style = space
#indent_size = 2
#tab_width = 4

end_of_line = lf
#charset = utf-8

trim_trailing_whitespace = true
insert_final_newline = true#3ab
insert_final_newline = true
max_line_length = 80
;abc
[*.c]
indent_size = 4



불러오는 중...
취소
저장