2021-10-03 13:11:09 +02:00
|
|
|
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
2023-11-12 12:35:18 +01:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|