mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-17 17:21:48 +00:00
Format markdown files
This commit is contained in:
@@ -2,7 +2,16 @@ const config = {
|
||||
bracketSpacing: false,
|
||||
endOfLine: 'lf',
|
||||
singleQuote: true,
|
||||
printWidth: 80,
|
||||
plugins: ['prettier-plugin-organize-imports'],
|
||||
overrides: [
|
||||
{
|
||||
files: '*.md',
|
||||
options: {
|
||||
proseWrap: 'always',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user