1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-antlr4

Клонировать/Скачать
.clang-format 719
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Justin King Отправлено 02.11.2021 17:23 709dcfb
---
# This section defines defaults for all languages. Currently we derive ANTLR style from LLVM.
BasedOnStyle: LLVM
# Only use clang-format for C++ for now.
DisableFormat: true
---
# This section configures C++ formatting.
Language: Cpp
DisableFormat: false
Standard: c++17
# Prevent clang-format from attempting to pick the alignment and always use right alignment.
DerivePointerAlignment: false
# ANTLR existing style is to right align pointers and references.
PointerAlignment: Right
ReferenceAlignment: Right
# Some of ANTLR existing code is longer than the default 80, so use 100 for now.
ColumnLimit: 100
# Historically ANTLR has used indentation within namespaces, so replicate it.
NamespaceIndentation: Inner

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-antlr4.git
git@api.gitlife.ru:oschina-mirror/mirrors-antlr4.git
oschina-mirror
mirrors-antlr4
mirrors-antlr4
dev