NVIDIA / l2fwd-nv

l2fwd-nv provides an example of how to leverage your DPDK network application with the NVIDIA GPUDirect RDMA techonology.
Apache License 2.0
65 stars 20 forks source link

Add .editorconfig for Correct Tab Space #1

Open sakaia opened 3 years ago

sakaia commented 3 years ago

Would you add .editorconfig like follows? Since github default tab spacing is 8, it needs to change tab spacing 4 by .editorconfig file or other methods.

[*]
indent_style = space
indent_size = 4