Files
MGit/.editorconfig
T
2017-05-08 13:57:44 +10:00

17 lines
291 B
INI

# EditorConfig
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# LF end-of-line, insert an empty new line and UTF-8
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# 4 space indentation for src files
[*.{java,xml}]
indent_style = space
indent_size = 4