Make WordPress Core

Changeset 42862


Ignore:
Timestamp:
03/20/2018 10:14:53 PM (6 years ago)
Author:
johnbillion
Message:

General: Instruct file editors not to trim trailing whitespace in markdown files.

Two trailing spaces in a markdown file indicates a line break.

Props netweb

Fixes #43104

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.editorconfig

    r42460 r42862  
    1818indent_size = 2
    1919
     20[*.md]
     21trim_trailing_whitespace = false
     22
    2023[{*.txt,wp-config-sample.php}]
    2124end_of_line = crlf
Note: See TracChangeset for help on using the changeset viewer.