1234567891011121314151617 |
- root = true
- [*]
- charset = utf-8
- trim_trailing_whitespace = true
- insert_final_newline = true
- [*.{js,gradle}]
- indent_style = space
- indent_size = 2
- continuation_indent_size = 4
- [*.java]
- indent_style = space
- indent_size = 4
- continuation_indent_size = 8
- spaces_around_operators = true
|