mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2024-12-22 12:10:06 +09:00
Merge pull request #36 from brain-hackers/editorconfig
Use EditorConfig to recommend LF for markdown and HTML EOL
This commit is contained in:
commit
194de97798
@ -3,3 +3,7 @@ root = true
|
||||
[*.html]
|
||||
charset = utf-8
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
|
||||
[*.md]
|
||||
end_of_line = lf
|
||||
|
Loading…
Reference in New Issue
Block a user