https://github.com/kermitt2/grobid
Raw File
Tip revision: 1cb139dbd1a7003a8943149666719711f13f0483 authored by lopez on 17 January 2019, 13:58:37 UTC
cleaning
Tip revision: 1cb139d
.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