2024-04-22 00:42:23 +02:00
|
|
|
# https://editorconfig.org
|
2021-11-05 16:37:04 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2024-04-22 00:42:23 +02:00
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|