1234567891011121314151617181920212223242526 |
- root = true
- [*]
- end_of_line = lf
- insert_final_newline = true
- indent_style = space
- indent_size = 2
- trim_trailing_whitespace = true
- [*.{js,py,go,scala,rb,java,html,css,less,sass,md}]
- charset = utf-8
- [*.go]
- indent_style = tab
- [*.md]
- trim_trailing_whitespace = false
- [{package.json,.travis.yml}]
- indent_style = space
- indent_size = 2
|