2019-02-16 00:58:20 +00:00
|
|
|
# EditorConfig helps us maintain consistent formatting on non-source files.
|
|
|
|
# Visit https://editorconfig.org/ for details on how to configure your editor to respect these settings.
|
|
|
|
|
|
|
|
# This is the terminal .editorconfig in this repository.
|
|
|
|
root = true
|
|
|
|
|
2020-06-18 16:16:39 +00:00
|
|
|
# You can't change this to * without the `checkfmt` make target failing due to many
|
|
|
|
# files that don't adhere to this.
|
|
|
|
[*.yml]
|
2019-02-16 00:58:20 +00:00
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|