avrdude/.editorconfig

10 lines
153 B
INI
Raw Normal View History

2020-03-10 20:36:00 +00:00
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
[*]
indent_style = space
indent_size = 4
tab_width = 8
2020-03-10 20:57:01 +00:00
[*.yml]
indent_size = 2