-
-
Notifications
You must be signed in to change notification settings - Fork 63.2k
config: add Visual Studio Code config compatible with fpb-lint #6829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
config: add Visual Studio Code config compatible with fpb-lint #6829
Conversation
yes, need someone with expertise to review |
1 similar comment
yes, need someone with expertise to review |
I haven't noticed any issues using VS Code. Maybe this is no longer relevant? |
'This Pull Request has been automatically marked as stale because it has not had recent activity during last 60 days 😴 It will be closed in 30 days if no further activity occurs. To unstale this PR, draft it, remove stale label, comment with a detailed explanation or push more commits. There can be many reasons why some specific PR has no activity. The most probable cause is lack of time, not lack of interest. Thank you for your patience ❤️' |
What does this PR do?
Improve repo
For resources
Description
In the past, somebody had used VisualStudioCode to edit files with the bad lucky that this project doesn't have config compatible with fpb-lint. Thus, extra modifications are made when edit or commit files.
Moreover, people use to have installed markdownlint or markdown all-in-one addons to speed up somethings like TOC index or other stuff
Why is this valuable (or not)?
This PR adds the config necessary to minimize this kind of issues again. The config is parametrized (there where could be applied) according to remark config selected to free-programming-books-lint project
Checklist:
Follow-up