mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +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
|
||||
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
|
||||
charset = utf-8
|
||||
# This project uses Jekyll which has YAML frontend matter everywhere and
|
||||
|
Loading…
Reference in New Issue
Block a user