sic

The sic programming language, compiler and tools (WIP)
Log | Files | Refs

commit 3a7fa74e5b62233bbf521d5bf0c90f09d9a0e69f
parent 9a98bdaa05d850fba8c993a623a85099e6bad771
Author: citbl <citbl@citbl.org>
Date:   Sun, 10 May 2026 18:33:14 +1000

eof eol

Diffstat:
M.clang-format | 3++-
Msrc/lexer.c | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format @@ -12,5 +12,6 @@ AllowShortFunctionsOnASingleLine: false SortIncludes: false BreakBeforeBraces: Stroustrup PenaltyBreakBeforeFirstCallParameter: 1 -InsertNewlineAtEOF: true #AlignConsecutiveAssignments: Consecutive +InsertNewlineAtEOF: true +KeepEmptyLinesAtEOF: true diff --git a/src/lexer.c b/src/lexer.c @@ -123,3 +123,4 @@ Lexer *lexer_lex(Lexer *l) return l; } +