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

".editorconfig" that forces formatting to prevent too many changes #50

Open
JonathanFly opened this issue May 7, 2023 · 1 comment
Open

Comments

@JonathanFly
Copy link
Owner

".editorconfig" that forces formatting to prevent the 100+ line "changes"

Originally posted by @rmcc3 in #44 (comment)

@JonathanFly JonathanFly changed the title ".editorconfig" that forces formatting to prevent the 100+ line "changes" as shown in the commit preview. ".editorconfig" that forces formatting to prevent too many changes May 7, 2023
@rmcc3
Copy link

rmcc3 commented May 7, 2023

Something like this maybe?


[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4

[*.{diff,md}]
trim_trailing_whitespace = false```

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

2 participants