https://github.com/kermitt2/grobid
Raw File
Tip revision: b2629a225d01e5a030923de733671ef94c675dd8 authored by Luca Foppiano on 30 August 2019, 06:29:42 UTC
Improving robustness when overwriting title and authors using pdf metadata #484
Tip revision: b2629a2
.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

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