aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.editorconfig
blob: 54d8316a23520a6222e152ff5bc5fd97be9b8058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

[*.ts]
tab_width = 2

[*.tsx]
tab_width = 2

[*.css]
tab_width = 2

[*.sass]
tab_width = 2