https://github.com/kermitt2/grobid
Raw File
Tip revision: 5b145364914d984ecbe6ec4afaaf57abd65b2a4a authored by Luca Foppiano on 28 March 2024, 03:23:45 UTC
revert delft to 0.3.3 in docker
Tip revision: 5b14536
.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