소스 검색

Merge branch 'master' of github.com:10sr/dotfiles

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

+ 10
- 4
.editorconfig 파일 보기

@@ -1,10 +1,16 @@
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
charset = utf-8
max_line_length = 80

[*.js]
indent_size = 2
indent_style = space
[*.c]
indent_size = 4

+ 2
- 0
win/.editorconfig 파일 보기

@@ -0,0 +1,2 @@
[*]
end_of_line = crlf

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