From fd627a504fd2a84833b7edcf92dd1595fcf11df9 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 17 Dec 2019 10:22:52 +0000 Subject: unposted: .editorconfig: Specify spaces rather than tabs for zsh scripts. Also specify indent level for vcs_info. --- .editorconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 808512ec0..1dc393c0e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,10 +6,16 @@ root = true end_of_line = lf tab_width = 8 indent_size = 2 -indent_style = tab +indent_style = space + +[Functions/VCS_Info/**/*] +indent_size = 4 +indent_style = space [ChangeLog] indent_size = 8 +indent_style = tab [*.[ch]] indent_size = 4 +indent_style = tab -- cgit 1.4.1