calculator/.editorconfig

11 lines
207 B
INI
Raw Normal View History

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
charset = utf-8
trim_trailing_whitespace = true
2019-03-08 02:02:44 +08:00
insert_final_newline = true