2
0
mirror of https://github.com/mariusgreuel/avrdude.git synced 2025-10-08 19:53:07 +00:00

Change .editorconfig tab width to 8

This commit is contained in:
Marius Greuel
2021-12-28 11:13:35 +01:00
parent c71fab0889
commit 5380356895

@@ -4,14 +4,14 @@ root = true
[{CMakeLists.txt,*.cmake}] [{CMakeLists.txt,*.cmake}]
charset = utf-8 charset = utf-8
tab_width = 4 tab_width = 8
indent_size = 4 indent_size = 4
indent_style = space indent_style = space
trim_trailing_whitespace = true trim_trailing_whitespace = true
[{bootstrap,configure.ac,avrdude.spec.in,Makefile.am}] [{bootstrap,configure.ac,avrdude.spec.in,Makefile.am}]
charset = utf-8 charset = utf-8
tab_width = 4 tab_width = 8
indent_size = 4 indent_size = 4
indent_style = tab indent_style = tab
@@ -20,7 +20,7 @@ indent_size = 4
indent_style = space indent_style = space
[*.{c,h,cpp,y}] [*.{c,h,cpp,y}]
tab_width = 4 tab_width = 8
indent_size = 4 indent_size = 4
indent_style = space indent_style = space
insert_final_newline = true insert_final_newline = true