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

[*.ts]
tab_width = 2

[*.tsx]
tab_width = 2

[*.css]
tab_width = 2

[*.sass]
tab_width = 2