From 05ccb4d8f1bbe3fb64e117136b4a89bcfb0b0b33 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- FrontEnd/.editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 FrontEnd/.editorconfig (limited to 'FrontEnd/.editorconfig') diff --git a/FrontEnd/.editorconfig b/FrontEnd/.editorconfig new file mode 100644 index 00000000..779719e0 --- /dev/null +++ b/FrontEnd/.editorconfig @@ -0,0 +1,14 @@ +root = true +end_of_line = lf + +[*.ts] +tab_width = 2 + +[*.tsx] +tab_width = 2 + +[*.css] +tab_width = 2 + +[*.sass] +tab_width = 2 -- cgit v1.2.3