From ca1a7b6aed030c3e5446868b339923c6ede1bfda Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 23 Feb 2021 00:06:58 +0800 Subject: Add editor config. --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0cc28a1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.cpp] +tab_width = 2 -- cgit v1.2.3