Add xml_indent_tags filetype setting for documents using the
[geany-mirror.git] / data / filetypes.html
blobe18ce7540da13d681a0238466777561ddb488a7d
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # styling for PHP/HTML is done in filetypes.xml
5 [lexer_properties]
6 # default scripting language for ASP
7 # 1 = JavaScript (or leave blank for default)
8 # 2 = VBScript
9 # 3 = Python
10 # asp.default.language=2
12 [settings]
13 # default extension used when saving files
14 extension=html
16 # the following characters are these which a "word" can contains, see documentation
17 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
19 # if only single comment char is supported like # in this file, leave comment_close blank
20 # these comments are used for PHP, the comments used in HTML are in filetypes.xml
21 comment_open=<!--
22 comment_close=-->
24 # set to false if a comment character/string should start at column 0 of a line, true uses any
25 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
26 #command_example();
27 # setting to false would generate this
28 # command_example();
29 # This setting works only for single line comments
30 comment_use_indent=true
32 # context action command (please see Geany's main documentation for details)
33 context_action_cmd=
35 # If this setting is set to true, a new line after a line ending with an
36 # unclosed tag will be automatically indented
37 xml_indent_tags=true
39 [build_settings]
40 # %f will be replaced by the complete filename
41 # %e will be replaced by the filename without extension
42 # (use only one of it at one time)
43 # use a syntax checker and ignore the formatted output
44 compiler=tidy %f >/dev/null
46 # the file will be opened with the default browser which can be set in the preferences dialog
47 run_cmd=builtin