瀏覽代碼

Merge pull request #88 from dhose/feature/adding-editorconfig

Adding .editorconfig.
pull/90/head
Slavi Pantaleev 7 年之前
committed by GitHub
父節點
當前提交
9c7546c828
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 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

Loading…
取消
儲存