rabbitmq-server/deps/rabbitmq_aws/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
260 B
INI
Raw Normal View History

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
[{*.erl, *.hrl, *.md}]
2016-03-29 08:42:33 +08:00
indent_style = space
indent_size = 2