Skip to content

Commit

Permalink
fix: allows space at the end of line of markdown files
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Dec 15, 2022
1 parent 731440b commit 9b49cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.sh]
# like -i=2
indent_style = space
Expand Down

0 comments on commit 9b49cd6

Please sign in to comment.