aboutsummaryrefslogtreecommitdiff
path: root/astylerc
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2015-12-19 18:37:40 -0800
committerzlg <zlg@zlg.space>2015-12-19 18:37:40 -0800
commit57df72caf8d749c7cd5f36117ff35e41975db3d3 (patch)
treeddfb481f6216aa1b207f005ae92c556250e3487d /astylerc
parentRe-solve Exercise 1-16: arbitrarily long maxline (diff)
downloadknr-57df72caf8d749c7cd5f36117ff35e41975db3d3.tar.gz
knr-57df72caf8d749c7cd5f36117ff35e41975db3d3.tar.bz2
knr-57df72caf8d749c7cd5f36117ff35e41975db3d3.tar.xz
knr-57df72caf8d749c7cd5f36117ff35e41975db3d3.zip
Change license to GPLv3, add contributing guide
* Improve README tone * Add `astylerc` for use with the astyle package * Add AUTHORS file to acknowledge contributors
Diffstat (limited to 'astylerc')
-rw-r--r--astylerc17
1 files changed, 17 insertions, 0 deletions
diff --git a/astylerc b/astylerc
new file mode 100644
index 0000000..53cd0dc
--- /dev/null
+++ b/astylerc
@@ -0,0 +1,17 @@
+# This file is meant to be used with the astyle package, whose homepage
+# is found at http://astyle.sourceforge.net. Combining these options with
+# astyle ensures that anything you contribute matches the style guidelines
+# of the project. This file is here for developer convenience.
+#
+# For short, use -A2TpHUjSxek3W3
+
+style=attach
+indent=force-tab=4
+pad-oper
+pad-header
+unpad-paren
+add-brackets
+indent-switches
+delete-empty-lines
+align-pointer=name
+align-reference=name
n> This filter is used to get an idea of which games you're currently playing through, so you can prioritize games to play when you're bored and detect it when you've beaten a game but haven't marked it as such. 2018-03-13Update helpers a bitzlg1-2/+9 At present, user modification is needed to make these seamless. vgup() may need to be axed in favor of telling the user to make an alias. 2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 It used to point to a directory, which would then look for .vgstash.db. This behavior was kind of backwards and I don't remember why I did it that way. This change gives users more control over where they put their DB. Be sure to update your environment variable if you have it set! 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 Sourcing them in .bash_profile screws up login if they're set. 2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4 2016-11-13DerpZe Libertine Gamer1-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 Loops and functions -- oh my, what a useful combination. :) 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5 Also correct a typo.