mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Trim trailing whitespace in all files but Markdown (#3044)
This commit is contained in:
parent
2992d90e97
commit
5d84c666bb
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ root = true
|
|||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{css,js,json,py,yml}]
|
||||
indent_style = space
|
||||
|
|
@ -15,3 +16,6 @@ indent_size = 4
|
|||
|
||||
[*.{js,json,yml}]
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue