mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-10 12:41:01 +00:00
Change .editorconfig tab width to 8
This commit is contained in:
@@ -4,14 +4,14 @@ root = true
|
||||
|
||||
[{CMakeLists.txt,*.cmake}]
|
||||
charset = utf-8
|
||||
tab_width = 4
|
||||
tab_width = 8
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[{bootstrap,configure.ac,avrdude.spec.in,Makefile.am}]
|
||||
charset = utf-8
|
||||
tab_width = 4
|
||||
tab_width = 8
|
||||
indent_size = 4
|
||||
indent_style = tab
|
||||
|
||||
@@ -20,7 +20,7 @@ indent_size = 4
|
||||
indent_style = space
|
||||
|
||||
[*.{c,h,cpp,y}]
|
||||
tab_width = 4
|
||||
tab_width = 8
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
|
Reference in New Issue
Block a user