diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2022-10-14 17:40:10 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2022-10-14 17:40:10 +0200 |
commit | bc8a81d3592dab86334f27d1d43c080ebf680d42 (patch) | |
tree | f367857d8c196d36f2d6dec3c2f6c9d703b06b7c /indent/glsl.vim | |
parent | 38282d58387cff48ac203f6912c05e4c8686141b (diff) | |
download | vim-polyglot-bc8a81d3592dab86334f27d1d43c080ebf680d42.tar.gz vim-polyglot-bc8a81d3592dab86334f27d1d43c080ebf680d42.zip |
Update
Diffstat (limited to 'indent/glsl.vim')
-rw-r--r-- | indent/glsl.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indent/glsl.vim b/indent/glsl.vim index 60459284..8b957b48 100644 --- a/indent/glsl.vim +++ b/indent/glsl.vim @@ -11,5 +11,6 @@ endif setlocal autoindent cindent setlocal formatoptions+=roq +setlocal cinoptions& " vim:set sts=2 sw=2 : |