2016-03-29 08:42:33 +08:00
|
|
|
# top-most EditorConfig file
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
|
[*]
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
|
|
# 2 space indentation
|
2016-05-20 04:19:29 +08:00
|
|
|
[{*.erl, *.hrl, *.md}]
|
2016-03-29 08:42:33 +08:00
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|