wlan_pioneer/.editorconfig

12 lines
286 B
INI
Raw Permalink Normal View History

2018-12-15 12:05:21 +00:00
root = true
[*]
indent_style = space
indent_size = 3
tab_width = 3
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120