Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
dotnet
/
llilc
зеркало из
https://github.com/dotnet/llilc.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули llilc
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
main
llilc
/
.clang-format
3 строки
42 B
Plaintext
Исходник
Постоянная ссылка
Обычный вид
История
Убрать экранирование
Экранировать
Reformat sources to be LLVM convention compliant Several files were missed when we ran ccformat on our source base. This change reformats these files so they are LLVM convention compliant. Add .clang-format to get rid of the style errors. Add clang-format on and off comments to LLILCPal.h and readerir.h to stop trying to format certain parts of the code. Factor out opcodes array to bytecodetowvmcode.def so clang-format doesn't format it.
2015-03-10 20:02:35 +03:00
BasedOnStyle: LLVM
Don't sort includes Closes #953. We might want to support this someday, but right now sorting includes per this rule breaks lots of stuff.
2015-11-21 06:06:48 +03:00
SortIncludes: false