aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-21 11:45:13 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-21 11:45:13 -0800
commitc0c3d30472e2424a183329cd430c4b388c421a39 (patch)
tree402a7b41650b454779caee59d397a99b3abed9e7 /etc
parent793cf0dbf56fb8669a1d3fafa2a20dc0dd89d326 (diff)
downloadnng-c0c3d30472e2424a183329cd430c4b388c421a39.tar.gz
nng-c0c3d30472e2424a183329cd430c4b388c421a39.tar.bz2
nng-c0c3d30472e2424a183329cd430c4b388c421a39.zip
Add a README for the etc/ directory..
Diffstat (limited to 'etc')
-rw-r--r--etc/README.adoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/README.adoc b/etc/README.adoc
new file mode 100644
index 00000000..620d7ea8
--- /dev/null
+++ b/etc/README.adoc
@@ -0,0 +1,22 @@
+About This Directory
+====================
+
+This directory contains support files that I use for developing this
+project. I recommend others consider doing the same.
+
+I'm using Sublime Text as my development IDE, and so I've set things up
+for that.
+
+The project coding style is automatically checked by the Uncrustify
+configuration, and there is a shell script here that will validate it.
+Uncrustify is not (for now) enforced outside of src/ (in particular it
+will probably choke on the stuff in ./tests). I may fix that one day.
+
+I have the arranged in my Uncrustify Sublime package to configure both
+the location of the binary, and the location of the configuration, so that
+Alt-U will autoformat my buffer. I've also arranged for Sublime text to
+understand that .h is C, not C++ (this is important!)
+
+If/when Sublime Text gets better support for storing project-specific
+settings for things like package settings, then I'll post the relevant
+settings file(s) here.