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
commit 194de97798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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