k
Size: a a a
G
G
G
G
G
YS
:help filetype
), а не в autocommands.S
26 -- uses 2 spaces in .js
27 cmd([[
28 au FileType javascript setl et sw=2 ts=2
29 ]])
30 -- uses 2 spaces in .vue
31 cmd([[
32 au FileType vue setl et sw=2 ts=2
33 ]])
34 opt.expandtab = true -- uses spaces instead of tabs
35 opt.shiftwidth = 4 -- shift 4 spaces when tab
VG
VG
gо
gо