[geany/geany] dcac3e: Fix indent setting
Lex
git-noreply at geany.org
Thu Jan 17 04:43:24 UTC 2013
Branch: refs/heads/master
Author: Lex <elextr at gmail.com>
Committer: Lex <elextr at gmail.com>
Date: Thu, 17 Jan 2013 04:43:24 UTC
Commit: dcac3e164c804729f49750510c3491205e2ff19d
https://github.com/geany/geany/commit/dcac3e164c804729f49750510c3491205e2ff19d
Log Message:
-----------
Fix indent setting
Asciidoc requires single line comments to be at the start of the line
so do not want indent.
Modified Paths:
--------------
data/filetypes.asciidoc
Modified: data/filetypes.asciidoc
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -21,7 +21,7 @@ comment_single=//
# setting to false would generate this
# command_example();
# This setting works only for single line comments
-#comment_use_indent=true
+comment_use_indent=false
# context action command (please see Geany's main documentation for details)
context_action_cmd=
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list