mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
* Trim non-significant trailing whitespace, add final newlines to md,yml files * Add .editorconfig with basic whitespace conventions
9 lines
309 B
INI
9 lines
309 B
INI
# https://editorconfig.org/
|
|
|
|
[*]
|
|
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>`
|