Blame
Date:
Sat Dec 18 09:03:39 2021 UTC
Message:
Remove debug/sniffer build options by default
01
2016-05-06
alex
# ngIRCd -- The Next Generation IRC Daemon
02
2016-05-06
alex
# Copyright (c)2001-2016 Alexander Barton (alex@barton.de) and Contributors.
03
2016-05-06
alex
#
04
2016-05-06
alex
# This program is free software; you can redistribute it and/or modify
05
2016-05-06
alex
# it under the terms of the GNU General Public License as published by
06
2016-05-06
alex
# the Free Software Foundation; either version 2 of the License, or
07
2016-05-06
alex
# (at your option) any later version.
08
2016-05-06
alex
# Please read the file COPYING, README and AUTHORS for more information.
09
2016-05-06
alex
10
2016-05-06
alex
# .editorconfig: Editor settings, see <http://editorconfig.org>.
11
2016-05-06
alex
12
2016-05-06
alex
root = true
13
2016-05-06
alex
14
2016-05-06
alex
[*]
15
2016-05-06
alex
indent_style = tab
16
2016-05-06
alex
indent_size = 8
17
2016-05-06
alex
end_of_line = lf
18
2016-05-06
alex
charset = utf-8
19
2016-05-06
alex
trim_trailing_whitespace = true
20
2016-05-06
alex
insert_final_newline = true
IRCNow