1234567891011121314151617 |
- root = true
- [*]
- insert_final_newline = false
- trim_trailing_whitespace = true
- indent_style = tab
- charset = utf-8
- max_line_length = off
- [{*.js,*.vsh,*.fsh}]
- indent_style = space
- indent_size = 4
- [{*.json,*.mcmeta,*.yml}]
- indent_style = space
- indent_size = 2
|