...
This commit is contained in:
17
src/runtime/.clang-format
Normal file
17
src/runtime/.clang-format
Normal file
@@ -0,0 +1,17 @@
|
||||
IndentWidth: 4
|
||||
|
||||
# Pointer formatting
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
|
||||
# Function formatting
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
|
||||
# Control how short statements are placed
|
||||
AllowShortBlocksOnASingleLine: Empty
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
|
||||
SeparateDefinitionBlocks: Always
|
||||
|
||||
BreakBeforeBraces: Stroustrup
|
||||
5
src/runtime/makefile
Normal file
5
src/runtime/makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
runtime:
|
||||
cc -c runtime.c
|
||||
|
||||
clean:
|
||||
rm runtime.o
|
||||
BIN
src/runtime/runtime.o
Normal file
BIN
src/runtime/runtime.o
Normal file
Binary file not shown.
Reference in New Issue
Block a user