소스 검색

Adding .editorconfig.

pull/88/head
dhose 7 년 전
부모
커밋
d48f6ab922
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. +24
    -0
      .editorconfig

+ 24
- 0
.editorconfig 파일 보기

@@ -0,0 +1,24 @@
# This file is the top-most EditorConfig file
root = true

# All Files
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

#########################
# File Extension Settings
#########################

# YAML Files
[*.{yml,yaml,log.config.j2,yaml.j2}]
indent_style = space
indent_size = 2

# Markdown Files
[*.md]
trim_trailing_whitespace = false

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