diff options
| author | crupest <crupest@outlook.com> | 2023-09-12 18:34:27 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-09-12 18:34:27 +0800 |
| commit | 49d444fa9dfac5877cd980a18d2eb84281b02e50 (patch) | |
| tree | 8b66e75269372fa48b731b7374209de193e0746c /FrontEnd/.editorconfig | |
| parent | 1f61c7def5da5601bb332fb35225bc04500e0575 (diff) | |
| download | timeline-49d444fa9dfac5877cd980a18d2eb84281b02e50.tar.gz timeline-49d444fa9dfac5877cd980a18d2eb84281b02e50.tar.bz2 timeline-49d444fa9dfac5877cd980a18d2eb84281b02e50.zip | |
Fix app bar toggle problem.
Diffstat (limited to 'FrontEnd/.editorconfig')
| -rw-r--r-- | FrontEnd/.editorconfig | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/FrontEnd/.editorconfig b/FrontEnd/.editorconfig index 779719e0..7747f7a7 100644 --- a/FrontEnd/.editorconfig +++ b/FrontEnd/.editorconfig @@ -1,14 +1,16 @@ -root = true
-end_of_line = lf
-
-[*.ts]
-tab_width = 2
-
-[*.tsx]
-tab_width = 2
-
-[*.css]
-tab_width = 2
-
-[*.sass]
-tab_width = 2
+root = true +end_of_line = lf +indent_style = space + +[*.ts] +indent_size = 2 + +[*.tsx] +indent_size = 2 + +[*.css] +indent_size = 2 + +[*.sass] +indent_size = 2 + |
