.editorconfig, minor
authorEbrahim Byagowi <ebrahim@gnu.org>
Tue, 23 Apr 2019 08:10:29 +0000 (12:40 +0430)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2019 08:10:29 +0000 (12:40 +0430)
still doesn't work with vscode

.editorconfig

index 4991473..4850f2b 100644 (file)
@@ -9,7 +9,7 @@ insert_final_newline = true
 [*.{c,cc,h,hh}]
 tab_width = 8
 indent_size = 2
-indent_style = space
+indent_style = tab # should be space
 
 [*.{py,sh}]
 indent_style = tab