소스 검색

add `.editorconfig`

ease the view and edit settings of the editor/IDE

more info see https://editorconfig.org/
tags/rel_3_30_2_ga
Jerry Lee 4 달 전
부모
커밋
56b036ecf8
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. 24
    0
      .editorconfig

+ 24
- 0
.editorconfig 파일 보기

@@ -0,0 +1,24 @@
# https://editorconfig.org/

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

tab_width = 8
indent_size = 2
ij_continuation_indent_size = 4
indent_style = space

trim_trailing_whitespace = true


[*.{java,j}]
indent_size = 4
ij_continuation_indent_size = 8


[*.md]
trim_trailing_whitespace = false

Loading…
취소
저장