1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 08:29:24 +01:00
cv/.editorconfig

10 lines
196 B
INI
Raw Normal View History

2023-03-07 19:34:24 +01:00
root = true
[*]
end_of_line = lf
# two whitespaces at end of line is a new line within paragraph
trim_trailing_whitespace = false
insert_final_newline = true
charset = utf-8
indent_style = space