2020-05-27 20:09:55 +02:00
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
2020-06-01 18:43:58 +02:00
|
|
|
trim_trailing_whitespace = true
|
2020-05-27 20:09:55 +02:00
|
|
|
max_line_length = 150
|
|
|
|
|
|
|
|
[*.java]
|
|
|
|
indent_style = tab
|
2020-06-04 16:21:23 +02:00
|
|
|
line_comment = //
|
|
|
|
block_comment_start = /*
|
|
|
|
block_comment = *
|
|
|
|
block_comment_end = */
|
2022-08-15 16:26:02 +02:00
|
|
|
max_line_length = 220
|
2020-05-27 20:09:55 +02:00
|
|
|
|
|
|
|
[*.json]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[{*.yml,*.yaml}]
|
|
|
|
indent_size = 2
|
2020-06-28 17:11:59 +02:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
insert_final_newline = false
|