hapi-fhir/.editorconfig

33 lines
390 B
INI
Raw Normal View History

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