Matthew Taylor
Matthew Taylor
Adds a standard astyle config and a CI check for code style. The first 4 points of the config here will enforce current style requirements as specified in Contributing.rst. The...
Adds a toggle to disable the word count and read time tip for a particular page. This is getting indiscriminately displayed on things like about pages and should be toggleable.
The profile partial is included at the top of the about page layout and is clearly intended to be rendered but out of the box it doesn't display.
DFHack has a code style specification and developing would be easier if things around that were automated. A config for astyle and CI checks to make sure C++ files are...