keyboards/.editorconfig

9 lines
130 B
INI
Raw Normal View History

2019-12-20 13:39:50 -06:00
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
indent_style = tab
indent_size = 2