Browse Source

do not expand tabs in makefiles

master
Edoardo Putti 6 years ago
parent
commit
bff7790e38
5 changed files with 10 additions and 0 deletions
  1. +2
    -0
      bundle/ansible/Makefile
  2. +2
    -0
      bundle/editors/Makefile
  3. +2
    -0
      bundle/lilik/Makefile
  4. +2
    -0
      bundle/reverse-proxy/Makefile
  5. +2
    -0
      bundle/userspace/Makefile

+ 2
- 0
bundle/ansible/Makefile View File

@ -1,3 +1,5 @@
# vim: set noexpandtab:
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ansible PKG_NAME:=ansible


+ 2
- 0
bundle/editors/Makefile View File

@ -1,3 +1,5 @@
# vim: set noexpandtab:
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=editors PKG_NAME:=editors


+ 2
- 0
bundle/lilik/Makefile View File

@ -1,3 +1,5 @@
# vim: set noexpandtab:
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=lilik PKG_NAME:=lilik


+ 2
- 0
bundle/reverse-proxy/Makefile View File

@ -1,3 +1,5 @@
# vim: set noexpandtab:
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=reverse-proxy PKG_NAME:=reverse-proxy


+ 2
- 0
bundle/userspace/Makefile View File

@ -1,3 +1,5 @@
# vim: set noexpandtab:
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=userspace PKG_NAME:=userspace


Loading…
Cancel
Save