浏览代码

chore: add editorconfig

pull/388/head
Ankush Menat 2 年前
父节点
当前提交
5ea1d33fdf
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. +14
    -0
      .editorconfig

+ 14
- 0
.editorconfig 查看文件

@@ -0,0 +1,14 @@
# Root editor config file
root = true

# Common settings
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

# indentation settings
[{*.js,*.css,*.html}]
indent_style = tab
indent_size = 4

正在加载...
取消
保存