Blame


1 a93247d3 2016-05-06 alex # ngIRCd -- The Next Generation IRC Daemon
2 a93247d3 2016-05-06 alex # Copyright (c)2001-2016 Alexander Barton (alex@barton.de) and Contributors.
3 a93247d3 2016-05-06 alex #
4 a93247d3 2016-05-06 alex # This program is free software; you can redistribute it and/or modify
5 a93247d3 2016-05-06 alex # it under the terms of the GNU General Public License as published by
6 a93247d3 2016-05-06 alex # the Free Software Foundation; either version 2 of the License, or
7 a93247d3 2016-05-06 alex # (at your option) any later version.
8 a93247d3 2016-05-06 alex # Please read the file COPYING, README and AUTHORS for more information.
9 a93247d3 2016-05-06 alex
10 a93247d3 2016-05-06 alex # .editorconfig: Editor settings, see <http://editorconfig.org>.
11 a93247d3 2016-05-06 alex
12 a93247d3 2016-05-06 alex root = true
13 a93247d3 2016-05-06 alex
14 a93247d3 2016-05-06 alex [*]
15 a93247d3 2016-05-06 alex indent_style = tab
16 a93247d3 2016-05-06 alex indent_size = 8
17 a93247d3 2016-05-06 alex end_of_line = lf
18 a93247d3 2016-05-06 alex charset = utf-8
19 a93247d3 2016-05-06 alex trim_trailing_whitespace = true
20 a93247d3 2016-05-06 alex insert_final_newline = true