mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 22:09:24 +01:00
parent
be5c96360e
commit
94d350a040
@ -1,16 +1,11 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
# two whitespaces at end of line is a new line within paragraph
|
# two whitespaces at end of line is a new line within paragraph
|
||||||
trim_trailing_whitespace = false
|
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
|
|
||||||
# YAML requires spaces instead of tabs.
|
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
# https://github.com/Mikaela/mikaela.github.io/issues/324
|
||||||
|
#indent_size = 2
|
||||||
[.{git*,mailmap}]
|
|
||||||
indent_style = tab
|
|
||||||
|
Loading…
Reference in New Issue
Block a user