hapi-fhir/.editorconfig

22 lines
239 B
INI
Raw Normal View History

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.java]
charset = utf-8
indent_style = tab
2017-03-17 06:39:48 -04:00
[*.xml]
charset = utf-8
indent_style = tab
[*.json]
charset = utf-8
indent_style = tab
[*.vm]
charset = utf-8
indent_style = tab