K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-18T01:35:46.695455Z K 7 svn:log V 333 stand/lua: More style nits, config.lua Some other points I think we need to be consistent on: - Spacing around string concatenation (always) - Test against 'nil' explicitly rather than relying on 'not' for things that reasonably won't be returning a boolean. e.g. loader.getenv Eventually this will all get formalized somewhere. END