Created
May 11, 2025 09:45
-
-
Save johnhunter/c6dff4cab06ddba84e7cac70ef0bbec1 to your computer and use it in GitHub Desktop.
Some formatting config
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
[*] | |
charset = utf-8 | |
insert_final_newline = true | |
end_of_line = lf | |
indent_style = space | |
indent_size = 2 | |
max_line_length = 120 |
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
{ | |
"trailingComma": "es5", | |
"tabWidth": 2, | |
"semi": true, | |
"singleQuote": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment