hapi-fhir/.editorconfig

10 lines
107 B
INI
Raw Normal View History

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