]> Sergey Matveev's repositories - nnn.git/commitdiff
Update contributing guideline
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 19 Jun 2020 02:01:54 +0000 (07:31 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 19 Jun 2020 02:05:05 +0000 (07:35 +0530)
misc/CONTRIBUTING.md [moved from CONTRIBUTING.md with 84% similarity]

similarity index 84%
rename from CONTRIBUTING.md
rename to misc/CONTRIBUTING.md
index 47e0efec7f830192d77ee79d29685e5548c80886..06c8379942baca2c14fded4ac1aed1853fb0544b 100644 (file)
@@ -3,6 +3,10 @@ Contributions to nnn are welcome! There's always an open issue with the current
 
 Before suggesting changes, please read a bit about [the design principles nnn follows](https://github.com/jarun/nnn/wiki#design), and make sure you aren't breaking any of them.
 
+## Coding standard
+
+`nnn` follows the Linux kernel coding style closely. The C source code uses TABs and the plugins use 4 spaces for indentation.
+
 ## Resources
 The [wiki](https://github.com/jarun/nnn/wiki/Developer-guides) has some resources for developers you might be interested in: building, debugging...