CSAPP/.editorconfig
2025-05-17 20:43:10 +08:00

15 lines
164 B
INI

# .editorconfig
root = true
[*.ts]
indent_style = space
indent_size = 2
[*.js]
indent_style = space
indent_size = 2
[*.tsx]
indent_style = space
indent_size = 2