Skip to content

Instantly share code, notes, and snippets.

@derekr
Created March 25, 2009 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekr/84534 to your computer and use it in GitHub Desktop.
Save derekr/84534 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<setting name="comment-multiline-start">
<syntax-context>php, php > *</syntax-context>
<value>/*</value>
</setting>
<setting name="comment-multiline-end">
<syntax-context>php, php > *</syntax-context>
<value>*/</value>
</setting>
<setting name="comment-singleline-double-slash">
<syntax-context>php, php > *</syntax-context>
<value>//</value>
</setting>
<setting name="comment-singleline-hash">
<syntax-context>php, php > *</syntax-context>
<value>#</value>
</setting>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment