use spokes instead of square for wheel
[challenge-bot] / .editorconfig
1 root = true
2
3 # EditorConfig is awesome: http://EditorConfig.org
4
5 # top-most EditorConfig file
6 root = true
7
8 # Unix-style newlines with a newline ending every file
9 [*]
10 end_of_line = lf
11 insert_final_newline = true
12 indent_style = space
13 indent_size = 2