# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true
# ƥļ
[*]

# ʹ 4 ո
indent_style = space
indent_size = 4

# Unix ģʽ
end_of_line = lf

# ļΪ utf-8 ʽ
charset = utf-8

# ƳеĿո
trim_trailing_whitespace = true

# ĩһ
insert_final_newline = true