forked from cory/tildefriends
apps
core
deps
codemirror
codemirror_src
crypt_blowfish
libbacktrace
libbacktrace_config
libsodium
libuv
lit
picohttpparser
picohttpparser.xcodeproj
.clang-format
.gitignore
.gitmodules
.travis.yml
Jamfile
Makefile
README.md
bench.c
picohttpparser.c
picohttpparser.h
test.c
prettier
quickjs
speedscope
sqlite
zlib
docs
src
tools
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.prettierignore
.prettierrc.yaml
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
package-lock.json
package.json
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
|