{"id":26731758,"url":"https://github.com/3noch/dewhiten","last_synced_at":"2025-03-28T00:37:58.386Z","repository":{"id":141673381,"uuid":"43822055","full_name":"3noch/Dewhiten","owner":"3noch","description":"Utility to remove useless whitespace in files","archived":false,"fork":false,"pushed_at":"2014-12-17T20:13:37.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T07:01:59.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"CovenantEyes/Dewhiten","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3noch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-07T14:37:49.000Z","updated_at":"2015-10-07T14:37:50.000Z","dependencies_parsed_at":"2023-03-12T18:16:00.126Z","dependency_job_id":null,"html_url":"https://github.com/3noch/Dewhiten","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2FDewhiten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2FDewhiten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2FDewhiten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2FDewhiten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3noch","download_url":"https://codeload.github.com/3noch/Dewhiten/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245949550,"owners_count":20698916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-28T00:37:56.510Z","updated_at":"2025-03-28T00:37:58.345Z","avatar_url":"https://github.com/3noch.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\nDewhiten is a small utility for formatting white space in code source\nfiles. It removes extraneous white space at the ends of lines,\nextraneous blank lines at the end of files, and formats indentation\nfor blank lines elsewhere in a file.\n\nDewhiten was written in [Haskell](http://haskell.org/) around June and\nJuly of 2011. Its author is [Elliot Cameron](http://www.3noch.com/).\nYou can access the git repository at\nhttp://github.com:CovenantEyes/Dewhiten.\n\nThis software is provided WITHOUT ANY WARRANTY OR GUARANTEE OF ANY\nKIND. USE AT YOUR OWN RISK.\n\n\nDependencies\n============\nDewhiten has been tested with\n[Glasgow Haskell Compiler](http://www.haskell.org/ghc/) versions\n6.12.1, 7.0.3, 7.0.4, and 7.4.1.\n\nIt requires the following [cabal](http://www.haskell.org/cabal/)\npackages:\n\n1.  [`System.FilePath.Glob`](http://hackage.haskell.org/package/Glob)\n\n    Install this package like this:\n\n        $ sudo cabal update\n        $ sudo cabal install Glob\n\n\nBuilding and Installing\n=======================\n\nTo build `dewhiten`, you'll need\n[GNU Make](http://www.gnu.org/s/make/) or some other `make` utility.\nBuild `dewhiten` like this:\n\n    $ make\n\nThen run it like this:\n\n    $ ./dewhiten\n\nTo install:\n\n    $ sudo make install\n\n\nIf you have `runhaskell` or `runghc` installed, you can also run\n`dewhiten` without compiling it like this:\n\n    $ runhaskell Dewhiten\n\nor\n\n    $ runghc Dewhiten\n\n\nUsage\n=====\nFor help on using Dewhiten, run this after building it:\n\n    $ ./dewhiten --help\n\n\nLicense\n=======\n\nThis package is released under the\n[MIT License](http://www.opensource.org/licenses/mit-license.php).\n(See LICENSE.txt.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3noch%2Fdewhiten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3noch%2Fdewhiten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3noch%2Fdewhiten/lists"}