Revision 91c3bd5e46e296f85dfc11baf41a12d918a23719 authored by jamesagnew on 06 December 2018, 00:46:31 UTC, committed by jamesagnew on 06 December 2018, 00:46:31 UTC
1 parent 1357627
Raw File
.editorconfig
root = true

[*]
end_of_line = lf
insert_final_newline = true
tab_width = 3
indent_size = 3

[*.java]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3

[*.xml]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3

[*.json]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3

[*.vm]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3

back to top