提交 6216acf3 编写于 作者: M Maximilian Michels

[github] change tab size to 4 spaces

The default tab size on GitHub is 8 spaces. This change decreases the
tab size to 4. I think this will make reviewing of code on GitHub
much easier.

This commit also introduces sensible defaults for editors which respect
the ".editorconfig" file standard.

This closes #1404.
上级 2c507f93
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
end_of_line = lf
insert_final_newline = true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册