From 7aa1e5dd3d80e2664eac7eb0a409829e9785a521 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Wed, 8 Jan 2025 10:54:40 +0100 Subject: WIP: Add a Lua PDF generator Because Lua compiled for C++ might be hard to find, provide a wrap. Only GitHub releases seem to contain onelua.c, which is a very handy file. WIP: Add documentation, actually get rid of the libqr copy. --- lpg/.clang-format | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lpg/.clang-format (limited to 'lpg/.clang-format') diff --git a/lpg/.clang-format b/lpg/.clang-format new file mode 100644 index 0000000..339b7e1 --- /dev/null +++ b/lpg/.clang-format @@ -0,0 +1,9 @@ +BasedOnStyle: LLVM +ColumnLimit: 80 +IndentWidth: 4 +TabWidth: 4 +UseTab: ForContinuationAndIndentation +SpaceAfterCStyleCast: true +AlignAfterOpenBracket: DontAlign +AlignOperands: DontAlign +SpacesBeforeTrailingComments: 2 -- cgit v1.2.3-70-g09d2