https://github.com/kermitt2/grobid
Raw File
Tip revision: 6f36e4e3ebd03bed3dd1d87f08504694bb2fcaaa authored by Luca Foppiano on 22 January 2018, 08:01:14 UTC
last refine for docker file
Tip revision: 6f36e4e
.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