https://github.com/kermitt2/grobid
Raw File
Tip revision: 4cfebc803e3d024ed4ad8b1df1fcc7d303ae4155 authored by lopez on 16 October 2019, 13:56:28 UTC
[Gradle Release Plugin] - pre tag commit: '0.5.6'.
Tip revision: 4cfebc8
.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