force eol to lf by editorconfig / allow trailing space to *.md (#1965)

This commit is contained in:
Yuusuke KOUNOIKE
2020-09-20 00:53:57 +09:00
committed by GitHub
parent f6a5def638
commit 3555519392

View File

@@ -5,6 +5,10 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
end_of_line = lf
[*.md]
trim_trailing_whitespace = false
[*.java]
trim_trailing_whitespace = true