aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/.editorconfig
blob: 7747f7a7132a756590218933496b4a2a865af7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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