Add vim modelines.
This commit is contained in:
parent
98ccfcebb2
commit
4e1c8a0047
2 changed files with 4 additions and 0 deletions
|
@ -228,3 +228,5 @@ class Grammar:
|
|||
)
|
||||
} )
|
||||
return out
|
||||
|
||||
# vim: tabstop=4: shiftwidth=4: expandtab: softtabstop=4: autoindent:
|
||||
|
|
|
@ -113,3 +113,5 @@ if __name__ == '__main__':
|
|||
|
||||
tester = Tester(data, options.verbose)
|
||||
tester.test()
|
||||
|
||||
# vim: tabstop=4: shiftwidth=4: expandtab: softtabstop=4: autoindent:
|
||||
|
|
Loading…
Add table
Reference in a new issue