This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
dotfiles-chezmoi
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Adding gdscript filetype plugin for Godot
master
Ryan Reed
1 year ago
parent
d126e8a043
commit
d6f43a94e9
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
dot_config/vim/after/ftplugin/gdscript.vim
+ 4
- 0
dot_config/vim/after/ftplugin/gdscript.vim
View File
@ -0,0 +1,4 @@
set
colorcolumn
=
110
set
tabstop
=
4
set
shiftwidth
=
4
set
softtabstop
=
4
Write
Preview
Loading…
Cancel
Save