diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2023-08-30 23:17:16 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-08-30 23:17:16 +0100 |
commit | 8a1c4de9b33128c10378f1938d8a60c071f01ad0 (patch) | |
tree | 4ca9f9717361353c98c6cce9c489b3d76c87b606 /gamedata/engine.kv | |
parent | 3acea30a35983df9d43d114d044109df1ad90931 (diff) |
Change "plain" filetypes to the proper "text"
Diffstat (limited to 'gamedata/engine.kv')
-rw-r--r-- | gamedata/engine.kv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv index 383fe3c..829e9e8 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -105,4 +105,4 @@ vtidx_VGuiIsInitialized { // likewise, function is just called IsInitialized() L4Dbased "7 + NVDTOR" } -// vi: sw=4 ts=4 noet tw=80 cc=80 ft=plain +// vi: sw=4 ts=4 noet tw=80 cc=80 ft=text |