Merge pull request #36 from brain-hackers/editorconfig

Use EditorConfig to recommend LF for markdown and HTML EOL
This commit is contained in:
Takumi Sueda
2023-08-02 15:50:41 +09:00
committed by GitHub

View File

@@ -3,3 +3,7 @@ root = true
[*.html]
charset = utf-8
indent_size = 2
end_of_line = lf
[*.md]
end_of_line = lf