Added support for deno compilation and formatting to .deno.json file. Implemented basic line wrapping functionality in src/lwrap.ts, using Wrapper class to wrap lines at 80 characters.
7 lines
86 B
JSON
7 lines
86 B
JSON
{
|
|
"fmt": {
|
|
"useTabs": true,
|
|
"lineWidth": 120,
|
|
"semiColons": false
|
|
}
|
|
}
|