2019-03-08 02:02:44 +08:00
|
|
|
## IDE-independent coding style via EditorConfig: https://editorconfig.org/
|
2019-01-29 08:24:37 +08:00
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
end_of_line = crlf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
2019-03-08 02:02:44 +08:00
|
|
|
insert_final_newline = true
|