Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lua-format: Let simple things be one line | Kim Alvefur | 2023-11-30 | 1 | -2/+2 |
| | | | | This doesn't really handle nesting all that nicely tho. | ||||
* | lua-format: Further tweaks | Kim Alvefur | 2023-01-18 | 1 | -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 settings | Kim Alvefur | 2021-07-28 | 1 | -0/+6 |
| | |||||
* | lua-format: Tweaks attempting to fit our code style | Kim Alvefur | 2020-07-07 | 1 | -12/+12 |
| | |||||
* | lua-format: Check in defaults | Kim Alvefur | 2020-07-07 | 1 | -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. |