1 # For complete documentation of this file, please see Geany's main documentation
7 # default extension used when saving files
10 # the following characters are these which a "word" can contains, see documentation
11 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
13 # single comments, like # in this file
19 # set to false if a comment character/string should start at column 0 of a line, true uses any
20 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
22 # setting to false would generate this
24 # This setting works only for single line comments
25 comment_use_indent=true
27 # context action command (please see Geany's main documentation for details)
30 # if this setting is set to true, a new line after a line ending with an
31 # unclosed tag will be automatically indented
36 # 0 is spaces, 1 is tabs, 2 is tab & spaces