aboutsummaryrefslogtreecommitdiffstats
path: root/.lua-format
Commit message (Collapse)AuthorAgeFilesLines
* lua-format: Let simple things be one lineKim Alvefur2023-11-301-2/+2
| | | | This doesn't really handle nesting all that nicely tho.
* lua-format: Further tweaksKim Alvefur2023-01-181-3/+3
| | | | | Keeping things a single line makes very deeply nested things "pyramids" a single line, which makes them hard to read.
* lua-format: Add new settingsKim Alvefur2021-07-281-0/+6
|
* lua-format: Tweaks attempting to fit our code styleKim Alvefur2020-07-071-12/+12
|
* lua-format: Check in defaultsKim Alvefur2020-07-071-0/+26
By starting with the built-in defaults, we get a nice history of differences from those as we figure out what settings suit us Sorted make comparisons easier.