Files
CS261-Computer-Systems-I/p4-interp/.clang-format
2025-10-06 00:14:04 -04:00

7 lines
124 B
YAML

BasedOnStyle: LLVM
BreakBeforeBraces: Attach
IndentCaseLabels: true
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 80