1# Define macro for whitespace settings:
2[attr]tabs	whitespace=trailing-space,space-before-tab,indent-with-non-tab
3
4*		text=auto
5Makefile	tabs
6*.[ch]		tabs
7*.js		tabs
8