From f5d10683a1edeba4dabe148ff7aa682c044f7496 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 26 Jul 2020 15:02:55 +0800 Subject: Merge front end repo --- Timeline/ClientApp/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Timeline/ClientApp/.editorconfig (limited to 'Timeline/ClientApp/.editorconfig') diff --git a/Timeline/ClientApp/.editorconfig b/Timeline/ClientApp/.editorconfig new file mode 100644 index 00000000..54d8316a --- /dev/null +++ b/Timeline/ClientApp/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*.ts] +tab_width = 2 + +[*.tsx] +tab_width = 2 + +[*.css] +tab_width = 2 + +[*.sass] +tab_width = 2 -- cgit v1.2.3