calculator/.editorconfig
2019-03-07 10:02:44 -08:00

12 lines
226 B
INI

## IDE-independent coding style via EditorConfig: https://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