Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Add .editorconfig file
Browse files Browse the repository at this point in the history
Add exception for *.md files
  • Loading branch information
ihor-sviziev committed Aug 20, 2019
1 parent 201d662 commit 7b6ff5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -7,3 +7,6 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit 7b6ff5c

Please sign in to comment.