Michael Bestas | d0cf968 | 2021-08-25 17:27:50 +0300 | [diff] [blame] | 1 | [*] |
| 2 | charset = utf-8 |
| 3 | end_of_line = lf |
| 4 | insert_final_newline = true |
| 5 | trim_trailing_whitespace = true |
| 6 | |
Torsten Grote | 6c53106 | 2020-09-25 10:23:32 -0300 | [diff] [blame] | 7 | [*.{kt,kts}] |
Michael Bestas | d0cf968 | 2021-08-25 17:27:50 +0300 | [diff] [blame] | 8 | indent_size = 4 |
| 9 | max_line_length = 100 |
| 10 | |
| 11 | [app/src/main/res/values-*/strings.xml] |
| 12 | insert_final_newline = unset |
| 13 | trim_trailing_whitespace = unset |
| 14 | |
| 15 | [*.md] |
| 16 | trim_trailing_whitespace = false |
| 17 | |
| 18 | [gradlew.bat] |
| 19 | charset = latin1 |
| 20 | end_of_line = crlf |
| 21 | insert_final_newline = false |
| 22 | |
| 23 | [.editorconfig] |
| 24 | ij_editorconfig_spaces_around_assignment_operators = true |