From: Ebrahim Byagowi Date: Tue, 23 Apr 2019 08:10:29 +0000 (+0430) Subject: .editorconfig, minor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c218351ab45c41e48147b2196393357f7b551d4;p=platform%2Fupstream%2FlibHarfBuzzSharp.git .editorconfig, minor still doesn't work with vscode --- diff --git a/.editorconfig b/.editorconfig index 4991473..4850f2b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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