Revision e4362d599172ffe2e185eab009a7c20c821a62c1 authored by Patrice Lopez on 21 March 2023, 21:12:23 UTC, committed by Patrice Lopez on 21 March 2023, 21:12:23 UTC
1 parent 73031c8
Raw File
.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