Files
CS261-Computer-Systems-I/p3-disas/.clang-format

7 lines
124 B
Plaintext
Raw Normal View History

2025-10-06 00:14:04 -04:00
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
IndentCaseLabels: true
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 80