blob: 9b1c6c584a20483f510b3d1f7834c9ce3a55ae4a [file] [log] [blame]
Michael Bestasd0cf9682021-08-25 17:27:50 +03001[*]
2charset = utf-8
3end_of_line = lf
4insert_final_newline = true
5trim_trailing_whitespace = true
6
Torsten Grote6c531062020-09-25 10:23:32 -03007[*.{kt,kts}]
Michael Bestasd0cf9682021-08-25 17:27:50 +03008indent_size = 4
9max_line_length = 100
10
11[app/src/main/res/values-*/strings.xml]
12insert_final_newline = unset
13trim_trailing_whitespace = unset
14
15[*.md]
16trim_trailing_whitespace = false
17
18[gradlew.bat]
19charset = latin1
20end_of_line = crlf
21insert_final_newline = false
22
23[.editorconfig]
24ij_editorconfig_spaces_around_assignment_operators = true