Explorar o código

Add a Vim filetype hint for Make.inc alongside that for Emacs

Alex Arslan hai 9 meses
pai
achega
4d2d83fdec
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Make.inc

+ 1 - 0
Make.inc

@@ -1,4 +1,5 @@
 # -*- mode: makefile-gmake -*-
+# vi:ft=make
 
 # Default build rule for any Makefile in this project: all
 default: all