summaryrefslogtreecommitdiff
path: root/elpa/irony-20220110.849/server/src/Style.h
blob: 52adb5e59dff688d0f041b4f2e6ed38cf29b4e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**-*-C++-*-
 * \file
 *
 * \brief Style definition.
 *
 * This file is distributed under the GNU General Public License. See
 * COPYING for details.
 */
#ifndef IRONY_MODE_SERVER_STYLE_H_
#define IRONY_MODE_SERVER_STYLE_H_

enum class PrefixMatchStyle {
  Exact, CaseInsensitive, SmartCase,
};


#endif //IRONY_MODE_SERVER_STYLE_H_