File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- vim .opt_local .commentstring = ' //%s'
1+ vim .opt_local .commentstring = " //%s"
22vim .opt_local .autoindent = true
33vim .opt_local .smartindent = true
44vim .opt_local .shiftwidth = 2
Original file line number Diff line number Diff line change 1- vim .opt_local .commentstring = ' //%s'
1+ vim .opt_local .commentstring = " //%s"
22vim .opt_local .expandtab = true
33vim .opt_local .shiftwidth = 2
44vim .opt_local .softtabstop = 2
Original file line number Diff line number Diff line change 1- vim .opt_local .commentstring = ' //%s'
1+ vim .opt_local .commentstring = " //%s"
22vim .opt_local .expandtab = false
33vim .opt_local .shiftwidth = 4
44vim .opt_local .softtabstop = 4
Original file line number Diff line number Diff line change 11vim .opt_local .autoindent = true
22vim .opt_local .conceallevel = 0
33vim .opt_local .expandtab = true
4- vim .opt_local .foldmethod = ' syntax'
5- vim .opt_local .formatoptions = ' tcq2l'
4+ vim .opt_local .foldmethod = " syntax"
5+ vim .opt_local .formatoptions = " tcq2l"
66vim .opt_local .shiftwidth = 4
77vim .opt_local .softtabstop = 4
88vim .opt_local .tabstop = 8
Original file line number Diff line number Diff line change 1- vim .opt_local .commentstring = ' //%s'
1+ vim .opt_local .commentstring = " //%s"
22vim .opt_local .shiftwidth = 4
33vim .opt_local .softtabstop = 4
44vim .opt_local .smartindent = true
You can’t perform that action at this time.
0 commit comments