forked from cory/tildefriends
apps
core
deps
base64c
codemirror
crypt_blowfish
libbacktrace
libbacktrace_config
libsodium
libuv
openssl
picohttpparser
picohttpparser.xcodeproj
.clang-format
.gitignore
.gitmodules
.travis.yml
Jamfile
Makefile
README.md
bench.c
picohttpparser.c
picohttpparser.h
test.c
quickjs
smoothie
speedscope
split
sqlite
valgrind
xopt
docs
src
tools
.dockerignore
Dockerfile
LICENSE
Makefile
README.md
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
# requires clang-format >= 3.6
|
||
|
BasedOnStyle: "LLVM"
|
||
|
IndentWidth: 4
|
||
|
ColumnLimit: 132
|
||
|
BreakBeforeBraces: Linux
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
SortIncludes: false
|