#
# This file is part of apacheconfig software.
#
# Copyright (c) 2018-2019, Ilya Etingof <etingof@gmail.com>
# License: https://github.com/etingof/apacheconfig/LICENSE.rst
#
NATIVE_APACHE = {
"preservewhitespace": True,
"disableemptyelementtags": True,
"multilinehashcomments": True,
"useapacheinclude": True,
}
""" Set of options for apacheconfig to work with native Apache config files"""