Skip to content

Commit 778dc7f

Browse files
committed
Set indentation to 4 and only use spaces
1 parent 63302b7 commit 778dc7f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

autoload/leetcode.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
" vim: sts=4 sw=4
1+
" vim: sts=4 sw=4 expandtab
2+
23
let s:current_dir = expand("<sfile>:p:h")
34

45
python3 <<EOF

plugin/leetcode.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
" vim: sts=4 sw=4 expandtab
2+
13
if !exists('g:leetcode_username')
24
let g:leetcode_username = ''
35
endif

0 commit comments

Comments
 (0)