Last active
May 11, 2023 05:35
-
-
Save john-yuan/9ea9ec3dc1d425634eb615a3b99980ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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