calculator/.editorconfig

11 lines
224 B
INI
Raw Normal View History

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