2016-08-09 02:28:47 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
2020-10-31 23:53:03 +01:00
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
2024-05-09 17:20:09 +02:00
|
|
|
|
|
|
|
[*.py]
|
|
|
|
indent_size = 4
|
2024-10-27 20:46:46 +01:00
|
|
|
|
|
|
|
[devcontainer.json]
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = tab
|