calculator/.editorconfig
Howard Wolosky c13b8a099e Hello GitHub
2019-01-28 16:24:37 -08:00

11 lines
224 B
INI

## 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