From: Arun Prakash Jana Date: Fri, 19 Jun 2020 02:01:54 +0000 (+0530) Subject: Update contributing guideline X-Git-Tag: v3.3~23 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=28bf18adab7be6d665df6eeb3db66a944727bc05;p=nnn.git Update contributing guideline --- diff --git a/CONTRIBUTING.md b/misc/CONTRIBUTING.md similarity index 84% rename from CONTRIBUTING.md rename to misc/CONTRIBUTING.md index 47e0efec..06c83799 100644 --- a/CONTRIBUTING.md +++ b/misc/CONTRIBUTING.md @@ -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...