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