2021-09-15 07:35:25 -04:00
|
|
|
# https://editorconfig.org/
|
|
|
|
|
|
|
|
|
|
[*]
|
2022-11-02 09:40:19 -04:00
|
|
|
charset = utf-8 # Set default charset to utf-8
|
2021-09-15 07:35:25 -04:00
|
|
|
insert_final_newline = true # ensure all files end with a single newline
|
|
|
|
|
trim_trailing_whitespace = true # attempt to remove trailing whitespace on save
|
|
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false # in markdown, "two trailing spaces" is unfortunately meaningful; it means `<br>`
|