Created
January 30, 2019 05:55
-
-
Save markhuyong/e5aa4a68b52c9d8309cafd1566a09e6c to your computer and use it in GitHub Desktop.
unicloud editconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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