mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-22 00:09:54 +01:00
force eol to lf by editorconfig / allow trailing space to *.md (#1965)
This commit is contained in:
@@ -5,6 +5,10 @@ trim_trailing_whitespace = true
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.java]
|
[*.java]
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user