File tree Expand file tree Collapse file tree 5 files changed +820
-66
lines changed
Expand file tree Collapse file tree 5 files changed +820
-66
lines changed Original file line number Diff line number Diff line change 11AllowShortFunctionsOnASingleLine : false
22AllowShortIfStatementsOnASingleLine : false
33AllowShortLoopsOnASingleLine : false
4+ AllowShortCaseLabelsOnASingleLine : true
45IndentCaseLabels : false
56SortIncludes : false
67ColumnLimit : 80
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ debug:
3737 $(CC ) -Og -ggdb3 $(CFLAGS ) $(COVERAGE ) -shared src/fzf.c -o build/$(TARGET )
3838
3939test : build/test
40- @ LD_LIBRARY_PATH=${PWD} /build:${LD_LIBRARY_PATH} ./build/test
40+ LD_LIBRARY_PATH=${PWD} /build:${LD_LIBRARY_PATH} ./build/test
4141
4242benchmark : build/benchmark
43- @ LD_LIBRARY_PATH=${PWD} /build:${LD_LIBRARY_PATH} ./build/benchmark
43+ LD_LIBRARY_PATH=${PWD} /build:${LD_LIBRARY_PATH} ./build/benchmark
4444
4545ntest :
4646 nvim --headless --noplugin -u test/minrc.vim -c " PlenaryBustedDirectory test/ { minimal_init = './test/minrc.vim' }"
You can’t perform that action at this time.
0 commit comments