diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2022-04-01 20:13:53 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2022-04-01 20:13:53 -0700 |
commit | dbd34275f3efd14bb492a21bcaaef4584880ceb1 (patch) | |
tree | d063270b69d821a0329dab27bf173214833ea799 /base/vim/ftplugin | |
parent | 9f825a1b7a848c9c8d0bf11de50fa850022483a7 (diff) |
More uncommitted changes
Diffstat (limited to 'base/vim/ftplugin')
-rw-r--r-- | base/vim/ftplugin/php.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/vim/ftplugin/php.vim b/base/vim/ftplugin/php.vim new file mode 100644 index 0000000..76b6d58 --- /dev/null +++ b/base/vim/ftplugin/php.vim @@ -0,0 +1,2 @@ +setl ts=4 sw=4 sts=4 + |