2017-10-13 11:48:24 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
2017-11-04 20:11:30 +01:00
|
|
|
continuation_indent_size = 8
|
2017-10-13 11:48:24 +02:00
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2018-03-12 15:21:02 +01:00
|
|
|
|
2019-12-20 21:46:22 +01:00
|
|
|
[*.diff]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
2019-12-02 17:52:28 +01:00
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
|
|
|
|
2018-11-20 14:15:01 +01:00
|
|
|
[*.bat]
|
|
|
|
end_of_line = crlf
|
|
|
|
|
2018-03-29 19:44:35 +02:00
|
|
|
[build.gradle]
|
|
|
|
continuation_indent_size = 4
|
|
|
|
|
2018-03-12 15:21:02 +01:00
|
|
|
[.idea/codeStyles/*.xml]
|
|
|
|
indent_size = 2
|
2018-03-16 11:33:38 +01:00
|
|
|
insert_final_newline = false
|