https://github.com/kermitt2/grobid
Revision 31e5e617327ff4d4f161c6607cc1be57fbc4546d authored by lopez on 30 October 2020, 23:19:53 UTC, committed by lopez on 30 October 2020, 23:19:53 UTC
1 parent 092c2f1
Raw File
Tip revision: 31e5e617327ff4d4f161c6607cc1be57fbc4546d authored by lopez on 30 October 2020, 23:19:53 UTC
try to control markdown numbering
Tip revision: 31e5e61
.editorconfig
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=4

[{.babelrc,.stylelintrc,.eslintrc,jest.config,*.bowerrc,*.jsb3,*.jsb2,*.avsc,*.json}]
indent_style=space
indent_size=2

[{*.ddl,*.sql}]
indent_style=space
indent_size=2

[*.less]
indent_style=space
indent_size=2

[*.md]
insert_final_newline=true

[{*.yml,*.yaml}]
indent_style=space
indent_size=2

[GrobidRestProcessString.java]
indent_style=tab
back to top