File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ either defend my decision or change my mind.
8585 * [ Support for file formats] ( #support-for-file-formats )
8686 * [ Package management] ( #package-management )
8787 * [ Logging] ( #logging )
88+ * [ Code formatting] ( #code-formatting )
8889 * [ Education] ( #education )
8990 * [ Databases and data stores] ( #databases-and-data-stores )
9091 * [ Debugging] ( #debugging )
@@ -1402,6 +1403,19 @@ Haskell has decent logging support. That's pretty much all there is to say.
14021403
14031404<br >
14041405
1406+ ## Code formatting
1407+
1408+ ** Rating:** Mature
1409+
1410+ Haskell provides two tools for automatic code formatting:
1411+
1412+ * ` stylish-haskell ` - Less opinionated code formatting tool that mostly
1413+ formats imports, language extensions, and data type definitions
1414+ * ` hindent ` - Strict formatting tool that formats everything in the file in a
1415+ canonical form (analogous to ` gofmt ` )
1416+
1417+ <br >
1418+
14051419## Education
14061420
14071421** Rating:** Immature
You can’t perform that action at this time.
0 commit comments