From 5380356895c77d40c4513bdc5f52edf4b7be2402 Mon Sep 17 00:00:00 2001 From: Marius Greuel Date: Tue, 28 Dec 2021 11:13:35 +0100 Subject: [PATCH] Change .editorconfig tab width to 8 --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2bd7df77..45e1ba8c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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