This commit is contained in:
Aaron Po
2026-06-23 00:48:20 -04:00
parent 8d6b83673b
commit 3b32766a83
2 changed files with 74 additions and 2 deletions

View File

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