From 889c67b8c784f4a9829ab2fdb5b68985aaefefb4 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 5 Apr 2021 20:45:07 +0800 Subject: import(solutions): Add leetcode 69. --- works/solutions/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'works/solutions/.editorconfig') diff --git a/works/solutions/.editorconfig b/works/solutions/.editorconfig index 0cc28a1..28365d2 100644 --- a/works/solutions/.editorconfig +++ b/works/solutions/.editorconfig @@ -1,2 +1,5 @@ +[*.c] +tab_width = 2 + [*.cpp] tab_width = 2 -- cgit v1.2.3