2021-08-19 08:26:23 +08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
2021-11-30 17:53:40 +08:00
|
|
|
end_of_line = lf
|
2021-08-19 08:26:23 +08:00
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2021-08-27 12:24:31 +08:00
|
|
|
|
|
|
|
[*.py]
|
|
|
|
indent_size = 4
|
2021-11-30 17:52:17 +08:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = false
|