Skip to content

Instantly share code, notes, and snippets.

@markhuyong
Created January 30, 2019 05:55
Show Gist options
  • Select an option

  • Save markhuyong/e5aa4a68b52c9d8309cafd1566a09e6c to your computer and use it in GitHub Desktop.

Select an option

Save markhuyong/e5aa4a68b52c9d8309cafd1566a09e6c to your computer and use it in GitHub Desktop.
unicloud editconfig
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{java,xml}]
indent_style = tab
indent_size = 4
continuation_indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
[*.{js,html,css,yaml,yml}]
indent_size = 2
continuation_indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment