2023-09-30 19:41:12 +00:00
|
|
|
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
2024-03-23 20:03:16 +00:00
|
|
|
trim_trailing_whitespace = true
|
2023-09-30 19:41:12 +00:00
|
|
|
insert_final_newline = false
|