https://github.com/kermitt2/grobid
Revision 7d7e9529d83ff6975d2face497c2668fc30d7ed9 authored by lopez on 20 August 2020, 19:40:27 UTC, committed by lopez on 20 August 2020, 19:40:27 UTC
1 parent 9297f1d
Raw File
Tip revision: 7d7e9529d83ff6975d2face497c2668fc30d7ed9 authored by lopez on 20 August 2020, 19:40:27 UTC
cleaning
Tip revision: 7d7e952
.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