mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-26 13:30:16 -05:00
Add some stuff to make the development with Neovim easier: - Add a "deno.json" file, which is required by the Deno language server, when working in Neovim to detect the "import_map.json" file. - Add a "run.sh" script to easily run the Flutter app from the command line. - Add the "run.sh" script and an example for Neovim to the contributing guide.
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"fmt": {
|
|
"useTabs": false,
|
|
"lineWidth": 80,
|
|
"indentWidth": 2,
|
|
"semiColons": true,
|
|
"singleQuote": true,
|
|
"proseWrap": "preserve"
|
|
},
|
|
"importMap": "import_map.json"
|
|
}
|