1
Fork 0
raytracer/.editorconfig

9 lines
118 B
INI
Raw Normal View History

2022-08-16 07:41:12 -04:00
root = true
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
max_line_length = 120