AlexeyAB
2018-07-10 cfc5fedbb6df2471493b1ec162d0024485618211
Just used spaces for indents instead of Tabs
30 files modified
1 files added
8 ■■■■■ changed files
src/.editorconfig 8 ●●●●● patch | view | raw | blame | history
src/batchnorm_layer.c patch | view | raw | blame | history
src/blas.c patch | view | raw | blame | history
src/blas_kernels.cu patch | view | raw | blame | history
src/box.c patch | view | raw | blame | history
src/convolutional_kernels.cu patch | view | raw | blame | history
src/convolutional_layer.c patch | view | raw | blame | history
src/cuda.c patch | view | raw | blame | history
src/data.c patch | view | raw | blame | history
src/demo.c patch | view | raw | blame | history
src/detector.c patch | view | raw | blame | history
src/gemm.c patch | view | raw | blame | history
src/gettimeofday.c patch | view | raw | blame | history
src/http_stream.cpp patch | view | raw | blame | history
src/http_stream.h patch | view | raw | blame | history
src/image.c patch | view | raw | blame | history
src/list.c patch | view | raw | blame | history
src/network.c patch | view | raw | blame | history
src/network_kernels.cu patch | view | raw | blame | history
src/option_list.c patch | view | raw | blame | history
src/parser.c patch | view | raw | blame | history
src/region_layer.c patch | view | raw | blame | history
src/reorg_layer.c patch | view | raw | blame | history
src/reorg_old_layer.c patch | view | raw | blame | history
src/shortcut_layer.c patch | view | raw | blame | history
src/tree.c patch | view | raw | blame | history
src/utils.c patch | view | raw | blame | history
src/yolo_console_dll.cpp patch | view | raw | blame | history
src/yolo_layer.c patch | view | raw | blame | history
src/yolo_v2_class.cpp patch | view | raw | blame | history
src/yolo_v2_class.hpp patch | view | raw | blame | history
src/.editorconfig
New file
@@ -0,0 +1,8 @@
root=true
[*]
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
src/batchnorm_layer.c
src/blas.c
src/blas_kernels.cu
src/box.c
src/convolutional_kernels.cu
src/convolutional_layer.c
src/cuda.c
src/data.c
src/demo.c
src/detector.c
src/gemm.c
src/gettimeofday.c
src/http_stream.cpp
src/http_stream.h
src/image.c
src/list.c
src/network.c
src/network_kernels.cu
src/option_list.c
src/parser.c
src/region_layer.c
src/reorg_layer.c
src/reorg_old_layer.c
src/shortcut_layer.c
src/tree.c
src/utils.c
src/yolo_console_dll.cpp
src/yolo_layer.c
src/yolo_v2_class.cpp
src/yolo_v2_class.hpp