GNOME Bugzilla – Bug 687654
Enable indentation-c-style for JavaScript source files.
Last modified: 2012-11-06 21:04:54 UTC
JavaScript is in many ways similiar to C so indentation-c-style works for indenting JavaScript.
Created attachment 228123 [details] [review] indentation-c-style: Change plugin.c modeline to spaces ...since it's indented using spaces anyway.
Created attachment 228124 [details] [review] indentation-c-style: Enable the plugin for JavaScript source files. JavaScript is similar to C in many ways so the same indentation code works for JavaScript source files.
Review of attachment 228123 [details] [review]: Thanks for you patch. It is good. I have just committed it.
Review of attachment 228124 [details] [review]: This one is fine too. Thanks.