agendafs
A filesystem for your calendar.
git clone git://mccd.space/agendafs| Log | Files | Refs | README | LICENSE | Mail | Website |
.clang-format (139B)
1 BasedOnStyle: LLVM
2 UseTab: Always
3 IndentWidth: 8
4 TabWidth: 8
5 ColumnLimit: 80
6 BreakBeforeBraces: Stroustrup
7 AlwaysBreakAfterReturnType: All