hapi-fhir/.editorconfig

22 lines
239 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.java]
charset = utf-8
indent_style = tab
[*.xml]
charset = utf-8
indent_style = tab
[*.json]
charset = utf-8
indent_style = tab
[*.vm]
charset = utf-8
indent_style = tab