File indexing completed on 2024-05-19 04:00:11

0001 /*
0002     System-wide CMake indenter configuration.
0003 
0004     ATTENTION To override copy this file to ~/.kde4/share/apps/katepart/script/libraries
0005     and modify defined variables.
0006 
0007     This file is part of the Kate Project.
0008     SPDX-FileCopyrightText: Alex Turbov <i.zaufi@gmail.com>
0009 
0010     SPDX-License-Identifier: LGPL-2.0-or-later
0011 */
0012 
0013 /**
0014  * Allow appending <tt>'{}'</tt> after \c '$' and trasformation of
0015  * <tt>'${}'</tt> to <tt>'$<>'</tt> and vise versa.
0016  */
0017 var cmi_cfg_vgShortcut = true;