Skip to content

Instantly share code, notes, and snippets.

@john-yuan
Last active May 11, 2023 05:35
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 john-yuan/9ea9ec3dc1d425634eb615a3b99980ca to your computer and use it in GitHub Desktop.
Save john-yuan/9ea9ec3dc1d425634eb615a3b99980ca to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 0
trim_trailing_whitespace = true
[*.go]
indent_size = 4
indent_style = tab
[Makefile]
indent_size = 4
indent_style = tab
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
[*.csv]
end_of_line = crlf
insert_final_newline = false
max_line_length = 0
trim_trailing_whitespace = false
[COMMIT_EDITMSG]
max_line_length = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment