* Added missing supported files of dprint
Added missing supported files of dprint.
Related to https://github.com/dense-analysis/ale/pull/4320.
* Add new files
Add new files.
* Tests work
Fixed identifiers.
Fixed sorting.
* Enable formatting of SQL
Enable formatting of SQL.
1. Add ale.setup and ale.setup.buffer for pure Lua configuration.
2. Update many global settings to use Booleans instead of numbers to
make types easiert to work with in Lua.
3. Radically reformat documentation and fix errors to make
documentation more usable for Neovim users.