aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.editorconfig
blob: fc0b12237b06a133662e4cba1f798e5b804af4b5 (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

[*.scss]
tab_width = 2