--- /dev/null
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+
+max_line_length = 100
+
+
+[{default,default.conf}]
+indent_size = 2
+
+
+[{nutra,*.py}]
+max_line_length = 88
+
+
+[*.{yaml,yml}]
+indent_size = 2
+
+
+[Makefile]
+indent_style = tab
+max_line_length = 120
+
+
+[*.md]
+max_line_length = 90
+trim_trailing_whitespace = false
+
+
+[*.rst]
+max_line_length = 79
+
+
+[{COMMIT_EDITMSG,MERGE_MSG,SQUASH_MSG,git-rebase-todo}]
+max_line_length = 72
--- /dev/null
+# Do not edit this file. To specify the files to encrypt, create your own
+# .gitattributes file in the directory where your files are.
+* !filter !diff
+*.gpg binary
--- /dev/null
+# Ignore all
+*
+#**/*
+#**
+# Unignore all with extensions
+#!*.*
+# Unignore all dirs
+# !*/
+
--- /dev/null
+vps-root config files
+*********************
+
+There are two groups of branches, named ``dev-*`` and ``prod-``.
+
+Use ``git-crypt`` to unlock secrets.
+
+Recommended to clone repo in ``/vps-root`` and copy configs out to ``/``
+(taking care of permissions and ownership flags).
+