1234567891011121314151617181920212223 |
- root = true
- [*]
- insert_final_newline = true
- indent_style = space
- trim_trailing_whitespace = true
- charset = utf-8
- [*.py]
- indent_size = 4
- [*.{js,json}]
- indent_size = 2
- [*.{rs,json}]
- indent_size = 2
- [*.sh]
- indent_size = 4
- end_of_line = lf
- [*.cmd]
- end_of_line = crlf
|