Skip to content
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

vs-shell-format make *.conf config file invalid #388

Open
ahaooahaz opened this issue Nov 22, 2024 · 0 comments
Open

vs-shell-format make *.conf config file invalid #388

ahaooahaz opened this issue Nov 22, 2024 · 0 comments

Comments

@ahaooahaz
Copy link

I have a configuration file that defines many shortcuts. When saving the file, vs-shell-format formats it into an incorrect format. I hope to have a feature similar to .shfmtignore to ignore formatting for specific files.

map ctrl+f>1 goto_tab 1
map ctrl+f>2 goto_tab 2
map ctrl+f>3 goto_tab 3
map ctrl+f>4 goto_tab 4
map ctrl+f>5 goto_tab 5
map ctrl+f>6 goto_tab 6
map ctrl+f>7 goto_tab 7
map ctrl+f>8 goto_tab 8
map ctrl+f>9 goto_tab 9
map ctrl+f>0 goto_tab 10

formatted into an invalid format

map ctrl+f goto_tab 1 >1
map ctrl+f goto_tab 2 >2
map ctrl+f goto_tab 3 >3
map ctrl+f goto_tab 4 >4
map ctrl+f goto_tab 5 >5
map ctrl+f goto_tab 6 >6
map ctrl+f goto_tab 7 >7
map ctrl+f goto_tab 8 >8
map ctrl+f goto_tab 9 >9
map ctrl+f goto_tab 10 >0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant