• This project
    • Loading...
  • Sign in

fe / yoho-shop-manage · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yoho-shop-manage
  • .editorconfig
  • chore(eslint): apply eslint auto fix ...
    f4c8074f
    add rules:
    - no-multiple-empty-lines
    - object-shorthand
    - change .editorconfig indent_size
    by zhangwenxue
    2019-07-26 14:38:23 +0800  
    Browse Files
.editorconfig 147 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
root = true

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