Skip to content

Instantly share code, notes, and snippets.

@fedek6
Created May 24, 2022 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedek6/029d89c7e1ab4cb882d6e64e6cae23bf to your computer and use it in GitHub Desktop.
Save fedek6/029d89c7e1ab4cb882d6e64e6cae23bf to your computer and use it in GitHub Desktop.
Two spaces for everything
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment