mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
.editorconfig: allow trailing whitespace
[CI SKIP]
This commit is contained in:
parent
ec81d459d1
commit
7bbc1887fe
@ -3,7 +3,8 @@ root = true
|
|||||||
[*]
|
[*]
|
||||||
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
# two whitespaces at end of line is a new line within paragraph
|
||||||
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
# This project uses Jekyll which has YAML frontend matter everywhere and
|
# This project uses Jekyll which has YAML frontend matter everywhere and
|
||||||
|
Loading…
Reference in New Issue
Block a user