mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-25 20:52:34 +01:00
13 lines
325 B
INI
13 lines
325 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
||
|
end_of_line = lf
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
charset = utf-8
|
||
|
# This project uses Jekyll which has YAML frontend matter everywhere and
|
||
|
# YAML requires spaces instead of tabs.
|
||
|
indent_style = space
|
||
|
indent_size = 2
|