소스 검색

Add .editorconfig with basic definitions

tags/3.2.0.1227
Moritz Prinz 6 년 전
부모
커밋
3882f4503f
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11
    0
      .editorconfig

+ 11
- 0
.editorconfig 파일 보기

@@ -0,0 +1,11 @@
# editorconfig.org
root = true

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

Loading…
취소
저장