make note about separating openscad
[challenge-bot] / .editorconfig
CommitLineData
acb497a7 1root = true
2
3# EditorConfig is awesome: http://EditorConfig.org
4
5# top-most EditorConfig file
6root = true
7
8# Unix-style newlines with a newline ending every file
9[*]
10end_of_line = lf
11insert_final_newline = true
12indent_style = space
13indent_size = 2