mirror of
https://github.com/izzy2lost/MGit.git
synced 2026-03-10 12:32:58 -07:00
17 lines
291 B
INI
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
|