id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3068	Vim's modeline support / tabulation settings per-file	twasilczyk		"Vim have useful feature, to set indentation related configuration per-file. It's done by adding a comment to the source file (usually at the end), for example:

{{{
/* vim: set tabstop=8 softtabstop=4 shiftwidth=4 noexpandtab: */
}}}

The above config means in mc:
 * Fake half tabs enabled
 * Fill tabs with spaces disabled
 * Tab spacing 8

I think having such feature in mc would be a nice step forward. I also think it should use the same namespace as vim, despite being totally distinct project."	enhancement	new	major	Future Releases	mcedit	master		tabstop softtabstop expandtab				no branch	
