# HG changeset patch
# User Ingy döt Net <ingy@ingy.net>
# Date 1484067405 -3600
#      Tue Jan 10 17:56:45 2017 +0100
# Node ID 715afdff0f9d58ac46fb221b2d76995c22911c0f
# Parent  9647b9096b35cd9ee1cbf15424379c4c0488972f
wip

diff --git a/.indent.pro b/.indent.pro
--- a/.indent.pro
+++ b/.indent.pro
@@ -1,1 +1,37 @@
--kr -nut -nce -l250
+-brs
+-c33
+-cd33
+-ci4
+-cli0
+-cp33
+-d0
+-di1
+-ip0
+-lp
+-nbc
+-ncdb
+-nfc1
+-nfca
+-nsc
+-nss
+/*
+*/
+
+-br     /* Don't put { on next line */
+-cs     /* Space after casts */
+-ncs
+-hnl    /* Honor/prefer long line breaks from input */
+-i4     /* 4 space indent */
+-l80    /* Maximum line length for non-comment lines */
+/* These 4 options leave blank lines alone */
+-nbad -nbap -nbbb -nsob
+-nbbo   /* Break long lines *after* boolean operators */
+-nlp    /* No break between function type and name */
+-npcs   /* No space between function call and ( */
+-npsl   /* Type and function name on same line */
+-nprs   /* No padding spaces inside parentheses */
+-nut    /* Spaces instead of tabs for indentation */
+-nce    /* Don't cuddle else statements */
+-saf    /* Space after for */
+-sai    /* Space after if */
+-saw    /* Space after while */