2023-09-02 12:40:07 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
2023-10-30 23:10:26 +01:00
|
|
|
[*.{html,md,yml,yaml}]
|
2023-09-02 12:40:07 +02:00
|
|
|
indent_size = 2
|
|
|
|
|
indent_style = space
|
2023-09-02 20:58:46 +02:00
|
|
|
|
2023-10-21 22:16:10 +02:00
|
|
|
[*.{gradle,js,ts}]
|
2023-09-02 20:58:46 +02:00
|
|
|
indent_size = 4
|
|
|
|
|
indent_style = space
|