1 # For complete documentation of this file, please see Geany's main documentation
3 # no syntax highlighting yet
6 # default extension used when saving files
12 # the following characters are these which a "word" can contains, see documentation
13 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
15 # single comments, like # in this file
21 # set to false if a comment character/string should start at column 0 of a line, true uses any
22 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
24 # setting to false would generate this
26 # This setting works only for single line comments
27 #comment_use_indent=true
29 # context action command (please see Geany's main documentation for details)
32 # sort tags by appearance
33 symbol_list_sort_mode=1
37 # 0 is spaces, 1 is tabs, 2 is tab & spaces