From e1a9d2852a9f10ea2acbb9cbfe6515c071ad0488 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Thu, 27 Jun 2024 13:10:49 -0400 Subject: [PATCH] added an example config for astyle to tools (code formatter) --- tools/astylerc-example | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/astylerc-example diff --git a/tools/astylerc-example b/tools/astylerc-example new file mode 100644 index 0000000..3d069d7 --- /dev/null +++ b/tools/astylerc-example @@ -0,0 +1 @@ +--style=java -k3 -W3 -m0 -f -p -H --squeeze-lines=3 -xb -xf -xh -c --max-code-length=80 -xL -Y --indent=spaces=8 \ No newline at end of file