edit .clang-format

This commit is contained in:
Aaron Po
2026-06-23 00:50:27 -04:00
parent 3b32766a83
commit e590cf2543

View File

@@ -1,5 +1,5 @@
---
BasedOnStyle: Google
ColumnLimit: 90
IndentWidth: 4
ColumnLimit: 80
IndentWidth: 2
...