1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Disable trim_trailing_whitespace in .editorconfig

Closes GH-1655.
This commit is contained in:
othercorey
2022-06-25 06:54:53 -05:00
committed by GitHub
parent d21607e3ec
commit c64fcdb6ea

View File

@@ -9,3 +9,4 @@ indent_size = 1
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = false