c483756b42
directory.cpp was essentially two implementations in one, separated with ifdefs. It's cleaner to just have two separate files, seeing how CMakeLists.txt for libmediation needs to check the platform it's running on and add the appropriate file implementation anyway. This commit splits this file into two and extracts common code parts to directory_priv.h.
10 lines
200 B
YAML
10 lines
200 B
YAML
BasedOnStyle: Google
|
|
Standard: Cpp11
|
|
UseTab: Never
|
|
IndentWidth: 4
|
|
BreakBeforeBraces: Allman
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 120
|
|
IncludeBlocks: Preserve
|