zhaowx_fac1 / .editorconfig
zhaomuqing's picture
Upload 16 files
dc46573
raw
history blame contribute delete
440 Bytes
[*]
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