This modeline is a comment in the first line of the file which has to start with vim: followed by at least one space and a list of variable names with an optional value after = separated by space or :.
A typical Vim modeline looks like this:
/* vim: set noet ts=4 sw=4: */
Anjuta support only the following variables.
Use spaces for indentation.
Use tabulation for indentation.
Number of space characters corresponding to one tabulation character.
Number of space characters used to indent C code.
Got a comment? Spotted an error? Found the instructions unclear? Send feedback about this page.