2022-08-03 10:51:34 -07:00
|
|
|
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2023-10-14 08:14:24 -07:00
|
|
|
indent_style = tab
|
2022-08-03 10:51:34 -07:00
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = false
|