Logo

GitLab

Sign in

xntalk / xntalk-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • xntalk-rnapp
  • kpiTarget
  • .editorconfig
  • 修复头部tab栏样式
    4ba817da
    时间小鱼 authored
    2020-09-28 16:11:40 +0800  
    Browse Code »
.editorconfig 307 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
trim_trailing_white_space_on_save = true

[*.{js,json,jsx,html,css,scss}]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true

[{package.json}]
indent_style = space
indent_size = 2